initial production commit

This commit is contained in:
Fred 2025-07-25 18:07:20 +00:00
parent 6f43d17ddd
commit 773b4773eb
9 changed files with 116 additions and 93 deletions

View file

@ -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"