feat: unify task creation with shared modal

This commit is contained in:
zhi
2026-03-16 16:32:09 +00:00
parent 0c5c78a45d
commit ef42231697
7 changed files with 300 additions and 42 deletions

View File

@@ -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',