This commit is contained in:
Oliver Bryan
2025-12-31 05:30:06 +00:00

View File

@@ -23,7 +23,8 @@ export default defineConfig(async () => ({
server: {
port: 1420,
strictPort: true,
host: host || false,
allowedHosts: ["issue.ob248.com"],
host: host || false,
hmr: host
? {
protocol: "ws",