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 a185987 commit e58fed6Copy full SHA for e58fed6
frontend/vite.config.ts
@@ -17,6 +17,7 @@ export default defineConfig({
17
server: {
18
port: parseInt(process.env.PORT!),
19
open: false,
20
- host: true
+ host: true,
21
+ allowedHosts: ['.mitre.org', '.us-east-1.elb.amazonaws.com']
22
}
23
});
0 commit comments