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

View File

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