Give it a nice UI, add invitation syncing, replace the chat-stubs with actual implementation. Should probably inspect the syncing logic and the api client stuff a bit closer since it doesnt use the same logic that I had fed it as an example
This commit is contained in:
@@ -10,4 +10,14 @@ export default defineConfig({
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
},
|
||||
},
|
||||
// TODO: Figure out what the fuck this is doing?
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:3000',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user