initial production commit
This commit is contained in:
parent
6f43d17ddd
commit
773b4773eb
9 changed files with 116 additions and 93 deletions
|
@ -4,7 +4,8 @@
|
|||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host --port 80",
|
||||
"dev": "vite --host 0.0.0.0 --port 80",
|
||||
"production": "vite --host 0.0.0.0 --port 80",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue