We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2f4fbc + 9e12345 commit 398a334Copy full SHA for 398a334
1 file changed
frontend/vite.config.ts
@@ -8,6 +8,9 @@ export default defineConfig({
8
// depending on your application, base can also be "/"
9
base: '',
10
plugins: [react()],
11
+ preview: {
12
+ allowedHosts: ['.mitre.org', '.us-east-1.elb.amazonaws.com'],
13
+ },
14
define: {
15
'process.env': process.env
16
},
0 commit comments