fix: исправить скрипт сборки
Co-authored-by: aider (groq/llama-3.3-70b-versatile) <aider@aider.chat>
This commit is contained in:
parent
40c79f47ed
commit
b8661a7b54
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"dev": "bun run scripts/dev.js",
|
||||
"dev:backend": "cd backend && ./pocketbase.exe serve",
|
||||
"dev:frontend": "cd frontend && bun dev",
|
||||
"build:frontend": "cd frontend && bun run build",
|
||||
"build:frontend": "cd frontend && bun build",
|
||||
"preview:frontend": "cd frontend && bun run preview"
|
||||
},
|
||||
"workspaces": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue