Skip to content

Commit bb4da5b

Browse files
authored
Merge pull request #96 from rootcodelabs/rag-deployment-ec2
Deployment updates
2 parents 55b644c + 619372a commit bb4da5b

File tree

17 files changed

+2513
-14
lines changed

17 files changed

+2513
-14
lines changed

GUI/vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export default defineConfig({
3333
'Content-Security-Policy': process.env.REACT_APP_CSP,
3434
}),
3535
},
36+
allowedHosts: ['est-rag-rtc.rootcode.software', 'localhost', '127.0.0.1'],
37+
3638
},
3739
resolve: {
3840
alias: {

0 commit comments

Comments
 (0)