🆙 Release RC-1

This commit is contained in:
DuckieTM
2026-02-27 22:49:33 +01:00
parent 1629f63f9b
commit a38a52fa5d
3 changed files with 15 additions and 84 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"homepage": ".",
"private": true,
"scripts": {
"start": "vite --host",
"build": "vite build",
"start": "vite --base=/client/ --host",
"build": "vite --base=/client/ build",
"build:prod": "npx browserslist@latest --update-db && yarn build",
"eslint": "eslint ./src"
},