update first - 84

This commit is contained in:
thanhnv
2026-06-30 02:21:39 +09:00
commit 07ac1bdcdd
561 changed files with 88164 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "ainative-okr-casan5",
"private": true,
"workspaces": [
"backend",
"frontend"
],
"scripts": {
"build": "npm run build -w backend && npm run build -w frontend",
"test": "npm test -w backend && npm test -w frontend"
}
}