fix: broken Dockerfile and final start command

This commit is contained in:
Andrew Bastin
2022-12-02 11:58:02 -05:00
parent 9d8d6832af
commit 36903b338a
7 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.js,.vue --ignore-path .gitignore .",
"lint:ts": "vue-tsc --noEmit",