android version
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"dev": "concurrently \"npm run dev:server\" \"npm run dev:client\"",
|
||||
"install:all": "npm install && cd client && npm install",
|
||||
"build": "cd client && npm run build",
|
||||
"i18n:android": "node scripts/generate-android-i18n.mjs",
|
||||
"start": "NODE_ENV=production node server/index.js",
|
||||
"start:prod": "NODE_ENV=production PORT=4000 node server/index.js"
|
||||
},
|
||||
@@ -26,4 +27,3 @@
|
||||
"concurrently": "^8.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user