feat: 어구 연관성 멀티모델 + deck.gl 리플레이 전환 #207

병합
htlee feature/gear-correlation-tracking 에서 develop 로 27 commits 를 머지했습니다 2026-03-31 10:04:09 +09:00
Showing only changes of commit dddb978dea - Show all commits

파일 보기

@ -118,7 +118,7 @@ export default defineConfig(({ mode }): UserConfig => ({
'/api/prediction': {
target: 'http://localhost:8001',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api\/prediction/, ''),
rewrite: (path) => path.replace(/^\/api\/prediction/, '/api'),
},
'/ollama': {
target: 'http://localhost:11434',