first commit
This commit is contained in:
commit
4a589825c2
297 changed files with 33019 additions and 0 deletions
25
package.json
Normal file
25
package.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "astro-advokat-mono",
|
||||
"version": "1.0.0",
|
||||
"description": "Монорепозиторий для Astro + PocketBase проекта",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"bun run dev:maildev\" \"bun run dev:frontend\" \"bun run dev:backend\"",
|
||||
"dev:maildev": "maildev",
|
||||
"dev:frontend": "cd frontend && bun run dev",
|
||||
"dev:backend": "cd backend && ./pocketbase.exe serve",
|
||||
"build": "cd frontend && bun run build",
|
||||
"start": "concurrently \"bun run start:frontend\" \"bun run start:backend\"",
|
||||
"start:frontend": "cd frontend && bun run preview",
|
||||
"start:backend": "cd backend && ./pocketbase.exe serve",
|
||||
"install:all": "bun install && cd frontend && bun install"
|
||||
},
|
||||
"keywords": ["astro", "pocketbase", "monorepo"],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.2.1",
|
||||
"maildev": "^2.2.1"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue