We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d98be commit fac44f5Copy full SHA for fac44f5
vite.config.ts
@@ -51,6 +51,9 @@ export default defineConfig({
51
hmr: {
52
overlay: false,
53
},
54
+ cors: {
55
+ origin: /^https?:\/\/(?:(?:[^:]+\.)?localhost|127\.0\.0\.1|\[::1\]|(?:.*\.)?github\.com)(?::\d+)?$/
56
+ },
57
watch: {
58
ignored: ["**/prd.md", "**.log"],
59
awaitWriteFinish: {
0 commit comments