Setup enviroment stuff.

This commit is contained in:
iamBadgers
2024-04-06 14:03:19 -07:00
parent 05e31f5986
commit c481490f78
4 changed files with 13 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "rushstats",
"version": "0.0.0",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite --mode dev",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",