coolify integration.
This commit is contained in:
22
app/package.json
Normal file
22
app/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "docker-deployment-manager-app",
|
||||
"version": "1.0.0",
|
||||
"description": "Desktop app for managing Docker deployments across multiple servers",
|
||||
"main": "main/index.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"dev": "concurrently \"npm run dev:vite\" \"npm run dev:electron\"",
|
||||
"dev:vite": "cd renderer && npx vite",
|
||||
"dev:electron": "wait-on http://localhost:5173 && electron . --dev",
|
||||
"build": "cd renderer && npx vite build",
|
||||
"preview": "npm run build && electron ."
|
||||
},
|
||||
"dependencies": {
|
||||
"ssh2": "^1.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^33.0.0",
|
||||
"concurrently": "^9.0.0",
|
||||
"wait-on": "^8.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user