Compare commits

..

No commits in common. "a9d35c604e7998e862f456dc483d8abc34a89eda" and "e079a1177e7fdaaacbb57eaf6000c3403067ede3" have entirely different histories.

View File

@ -4,9 +4,9 @@
"version": "1.3.7",
"type": "module",
"scripts": {
"start": "npx live-server --port=80 --entry-file=./index.html",
"start": "live-server --port=80 --entry-file=./index.html",
"dev": "vite",
"rawbuild": "npx vite build",
"rawbuild": "vite build",
"preview": "vite preview",
"build": "docker build --progress=plain -t simrailpro:frontend ."
},