feat: unify task creation with shared modal
This commit is contained in:
@@ -10,6 +10,7 @@ export default defineConfig({
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 3000,
|
||||
allowedHosts: ['frontend', '127.0.0.1', 'localhost'],
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://backend:8000',
|
||||
|
||||
Reference in New Issue
Block a user