Merge branch 'main' into feature/Prompt-Chaining

This commit is contained in:
Henry
2023-04-20 19:12:16 +01:00
16 changed files with 208 additions and 5 deletions
+1
View File
@@ -2,4 +2,5 @@
export const gridSpacing = 3
export const drawerWidth = 260
export const appDrawerWidth = 320
export const maxScroll = 100000
export const baseURL = process.env.NODE_ENV === 'production' ? window.location.origin : window.location.origin.replace(':8080', ':3000')