Skip to content

Commit e58fed6

Browse files
committed
update vite config
1 parent a185987 commit e58fed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineConfig({
1717
server: {
1818
port: parseInt(process.env.PORT!),
1919
open: false,
20-
host: true
20+
host: true,
21+
allowedHosts: ['.mitre.org', '.us-east-1.elb.amazonaws.com']
2122
}
2223
});

0 commit comments

Comments
 (0)