add desktop build support
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "argonode",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"npm": ">=9.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "npm --prefix frontend install",
|
||||
"dev": "npm --prefix frontend run dev",
|
||||
"build": "npm --prefix frontend run build",
|
||||
"preview": "npm --prefix frontend run preview",
|
||||
"backend": "python -m backend.main",
|
||||
"desktop": "python desktop.py",
|
||||
"build:desktop": "powershell -ExecutionPolicy Bypass -File scripts\\build-desktop.ps1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user