Skip to content

Commit 5231c5e

Browse files
chore: wip
1 parent bbcc1d7 commit 5231c5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

storage/framework/.stacks/core/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
],
5252
"scripts": {
5353
"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",
5555
"dev": "bun --bun vite ../../../stacks/dashboard -c ../vite/src/desktop.ts",
5656
"dev:app": "tauri dev",
5757
"tauri:build": "tauri build",

storage/framework/.stacks/core/desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"build": {
3-
"beforeBuildCommand": "bun build",
3+
"beforeBuildCommand": "bun build:app",
44
"beforeDevCommand": "bun dev",
55
"devPath": "http://127.0.0.1:3333/",
6-
"distDir": "../dist"
6+
"distDir": "../../../../stacks/dashboard/dist"
77
},
88
"package": {
99
"productName": "stacks",

0 commit comments

Comments
 (0)