upd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-08-02 00:49:29 +10:00
parent a35440ad0e
commit b66f4fc8c2

12
vite.config.js Normal file
View File

@ -0,0 +1,12 @@
import { defineConfig } from 'vite'
export default defineConfig({
server: {
host: "0.0.0.0",
port: 5173,
hmr: {
port: 443,
//clientPort: 443,
},
},
})