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

This commit is contained in:
Simple_Not 2023-08-02 00:57:51 +10:00
parent 3f61e437ee
commit 60f08da5a4

View File

@ -5,8 +5,8 @@ export default defineConfig({
host: "0.0.0.0", host: "0.0.0.0",
port: 5173, port: 5173,
hmr: { hmr: {
port: 5173, port: 443,
clientPort: 443, // clientPort: 443,
}, },
}, },
}) })