fix template, remove okr, use casan.*
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "__PROJECT_SLUG__",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
"workspaces": ["apps/__PROJECT_SLUG__/backend", "apps/__PROJECT_SLUG__/frontend"],
|
||||
"scripts": {
|
||||
"build": "npm run build -w @__PROJECT_SLUG__/backend && npm run build -w @__PROJECT_SLUG__/frontend",
|
||||
"test": "npm test -w @__PROJECT_SLUG__/backend && npm test -w @__PROJECT_SLUG__/frontend",
|
||||
"dev:backend": "npm run dev -w @__PROJECT_SLUG__/backend",
|
||||
"dev:frontend": "npm run dev -w @__PROJECT_SLUG__/frontend"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user