mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "..\\node_modules/@tauri-apps/cli\\schema.json",
|
||||
"build": {
|
||||
"beforeBuildCommand": "npm run next-build",
|
||||
"beforeDevCommand": "npm run next dev",
|
||||
"beforeBuildCommand": "cd web && bun run next-build",
|
||||
"beforeDevCommand": "cd web && bun run next dev",
|
||||
"devPath": "http://localhost:3000",
|
||||
"distDir": "../dist"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user