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 193e940 commit f58abf2Copy full SHA for f58abf2
vite.config.ts
@@ -33,6 +33,7 @@ export default defineConfig({
33
server: {
34
port: 3000,
35
host: true, // 외부에서 접속 가능하도록 설정
36
- strictPort: true
+ strictPort: true,
37
+ allowedHosts: ['mbtips.kr']
38
}
39
});
0 commit comments