first commit
This commit is contained in:
commit
af43d08e90
41 changed files with 5197 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "avtourist086",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bun run --hot scripts/dev.js",
|
||||
"dev:backend": "cd backend && ./pocketbase.exe serve",
|
||||
"dev:frontend": "cd frontend && bun dev",
|
||||
"build:frontend": "cd frontend && bun run build",
|
||||
"preview:frontend": "cd frontend && bun run preview"
|
||||
},
|
||||
"workspaces": [
|
||||
"frontend"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue