File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
storage/framework/.stacks/core/desktop Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
],
52
52
"scripts" : {
53
53
"build" : " bun --bun build.ts" ,
54
- "build:app" : " vite build ../../../stacks/dashboard -c ../vite/src/desktop.ts" ,
54
+ "build:app" : " bun --bun vite build ../../../stacks/dashboard -c ../vite/src/desktop.ts" ,
55
55
"dev" : " bun --bun vite ../../../stacks/dashboard -c ../vite/src/desktop.ts" ,
56
56
"dev:app" : " tauri dev" ,
57
57
"tauri:build" : " tauri build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"build" : {
3
- "beforeBuildCommand" : " bun build" ,
3
+ "beforeBuildCommand" : " bun build:app " ,
4
4
"beforeDevCommand" : " bun dev" ,
5
5
"devPath" : " http://127.0.0.1:3333/" ,
6
- "distDir" : " ../dist"
6
+ "distDir" : " ../../../../stacks/dashboard/ dist"
7
7
},
8
8
"package" : {
9
9
"productName" : " stacks" ,
You can’t perform that action at this time.
0 commit comments