docs(multi lang support): work on getting multi lang support working
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev:app": "dotenvx run -f .env -- tsx watch app/src/main.ts",
|
||||
"dev:docs": "cd lstDocs && npm start",
|
||||
"dev:docs": "npm run translateDocs && cd lstDocs && npm start",
|
||||
"dev:front": "cd frontend && npm run dev",
|
||||
"dev": "npm run dev:app",
|
||||
"copy:docs": "node scripts/lstDocCopy.mjs",
|
||||
@@ -26,7 +26,8 @@
|
||||
"commit": "cz",
|
||||
"deploy": "standard-version --conventional-commits && npm run build",
|
||||
"db:migrate": "npx drizzle-kit push --config=drizzle-dev.config.ts",
|
||||
"db:generate": "npx drizzle-kit generate --config=drizzle-dev.config.ts"
|
||||
"db:generate": "npx drizzle-kit generate --config=drizzle-dev.config.ts",
|
||||
"translateDocs": "cd scripts && node translateScript.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user