Add start script

This commit is contained in:
I-Have-An-Issue 2022-10-01 22:08:24 -04:00
parent 7f0967aa6f
commit 14ef706bd3
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node build/",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",