Compare commits

..

No commits in common. "23cf41eea4eac82b2ac1f1a7e98cd2227d72c37b" and "0907ae5385032102db69ddf25c37b66d2e9f93a6" have entirely different histories.

3 changed files with 861 additions and 1025 deletions

1854
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,25 +6,24 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"lint": "eslint .", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"react": "^19.0.0", "react": "^18.3.1",
"react-dom": "^19.0.0" "react-dom": "^18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.20.0", "@types/react": "^18.3.3",
"@types/react": "^19.0.8", "@types/react-dom": "^18.3.0",
"@types/react-dom": "^19.0.3", "@typescript-eslint/eslint-plugin": "^7.15.0",
"@vitejs/plugin-react-swc": "^3.8.0", "@typescript-eslint/parser": "^7.15.0",
"eslint": "^9.20.1", "@vitejs/plugin-react-swc": "^3.5.0",
"eslint-plugin-react-hooks": "^5.1.0", "eslint": "^8.57.0",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.15.0", "eslint-plugin-react-refresh": "^0.4.7",
"typescript": "~5.7.3", "typescript": "^5.2.2",
"typescript-eslint": "^8.24.0", "vite": "^5.3.4",
"vite": "^6.1.0", "webmidi": "^3.1.9"
"webmidi": "^3.1.12"
} }
} }

View File

@ -8,8 +8,7 @@ export default defineConfig({
preview: { preview: {
port: 8084, port: 8084,
strictPort: true, strictPort: true,
host: '0.0.0.0', host: '0.0.0.0'
allowedHosts: 'matrix.halfbinary.net'
}, },
server: { server: {
port: 8084, port: 8084,