mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 22:22:02 +02:00
[WIP] Refactor to NPM workspaces (#104)
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"version": "0.0.0",
|
||||
"identifier": "app.yaak.desktop",
|
||||
"build": {
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"beforeDevCommand": "npm run dev:js",
|
||||
"beforeBuildCommand": "npm run tauri-before-build",
|
||||
"beforeDevCommand": "npm run tauri-before-dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user