ADD: Mock script for deploying with backend
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"package": "electron-forge package",
|
||||
"make": "electron-forge make",
|
||||
"publish": "electron-forge publish",
|
||||
"lint": "eslint . --ext .js, .vue"
|
||||
"lint": "eslint . --ext .js, .vue",
|
||||
"mock": "concurrently \"json-server src/data/nanoConfig.json --port=3001\" \"electron-forge start\" "
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-icons/vue": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user