astro_avtourist/package.json
Web-serfer b8661a7b54 fix: исправить скрипт сборки
Co-authored-by: aider (groq/llama-3.3-70b-versatile) <aider@aider.chat>
2026-04-14 20:45:12 +05:00

16 lines
401 B
JSON

{
"name": "avtourist-surgut",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bun run scripts/dev.js",
"dev:backend": "cd backend && ./pocketbase.exe serve",
"dev:frontend": "cd frontend && bun dev",
"build:frontend": "cd frontend && bun build",
"preview:frontend": "cd frontend && bun run preview"
},
"workspaces": [
"frontend"
]
}