This commit is contained in:
R
2022-09-02 13:23:43 +07:00
parent b2ef1bfd57
commit e322cbce58
63 changed files with 841 additions and 837 deletions

View File

@@ -9,6 +9,7 @@
"lint:fix": "eslint --fix --ext .ts,.tsx ./src",
"start": "vite --port=3000",
"build": "vite build --mode production && cp .htaccess build/.htaccess && rm -f -r ../../public/dashboard && cp -r build ../../public/dashboard",
"build-two": "vite build --mode production",
"serve": "vite preview",
"clear-all": "rm -rf build node_modules",
"re-start": "rm -rf build node_modules && yarn install && yarn start",