fix template, remove okr, use casan.*

This commit is contained in:
thanhnv
2026-07-18 16:45:31 +07:00
parent 0dfd1742d3
commit 13fae3e6c3
249 changed files with 4881 additions and 5702 deletions
@@ -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"
}
}