mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
added issue.ob248.com to allowedHosts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user