Compare commits

...

2 Commits

Author SHA1 Message Date
508b749903 add package lock file 2024-02-02 16:28:06 +02:00
6ad16ed54d listen from all host 2024-02-02 16:27:54 +02:00
2 changed files with 5393 additions and 0 deletions

5389
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -3,5 +3,9 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
server: {
host: "0.0.0.0",
port: 3000,
},
plugins: [react()],
})