real back
This commit is contained in:
11
package.json
11
package.json
@@ -3,16 +3,13 @@
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"description": "Университетская платформа управления медиаконтентом по plan.md",
|
||||
"workspaces": [
|
||||
"apps/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "bash scripts/dev.sh",
|
||||
"dev:web": "npm --workspace @fable/web run dev",
|
||||
"build:web": "npm --workspace @fable/web run build",
|
||||
"dev:web": "cd apps/web && bash node_modules/.bin/vite --host 0.0.0.0",
|
||||
"build:web": "cd apps/web && bash node_modules/.bin/vite build",
|
||||
"dev:backend": "bash scripts/dev-backend.sh",
|
||||
"dev:gateway": "npm --workspace @fable/gateway run dev",
|
||||
"check:gateway": "npm --workspace @fable/gateway run check",
|
||||
"dev:gateway": "cd apps/gateway && bash node_modules/.bin/tsc && node --watch dist/index.js",
|
||||
"check:gateway": "cd apps/gateway && bash node_modules/.bin/tsc --noEmit",
|
||||
"test:go": "cd services && go test ./...",
|
||||
"check": "npm run build:web && npm run check:gateway && npm run test:go"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user