mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
added issue.ob248.com to allowedHosts
This commit is contained in:
@@ -23,7 +23,8 @@ export default defineConfig(async () => ({
|
|||||||
server: {
|
server: {
|
||||||
port: 1420,
|
port: 1420,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
host: host || false,
|
allowedHosts: ["issue.ob248.com"],
|
||||||
|
host: host || false,
|
||||||
hmr: host
|
hmr: host
|
||||||
? {
|
? {
|
||||||
protocol: "ws",
|
protocol: "ws",
|
||||||
|
|||||||
Reference in New Issue
Block a user