tauri config & readme

This commit is contained in:
Martti Malmi
2024-02-04 07:27:57 +02:00
parent 006cad49bb
commit d42d26fc20
2 changed files with 14 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"build": {
"beforeBuildCommand": "yarn build",
"beforeDevCommand": "yarn start",
"devPath": "http://localhost:3000",
"devPath": "http://localhost:5173",
"distDir": "../packages/app/build"
},
"package": {