Merge pull request #14 from Flow-Works/ThinLiquid-patch-1-1

[📦] Added vite serve...
This commit is contained in:
ThinLiquid 2023-10-18 00:01:25 +01:00 committed by GitHub
commit c92a5e004c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@
"test": "ts-standard", "test": "ts-standard",
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"preview": "vite preview" "preview": "vite preview",
"serve": "vite serve"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",