feat: version v0.0.2

This commit is contained in:
Gabe Farrell 2025-06-14 19:14:30 -04:00
parent 0dceaf017a
commit 7ff317756f
36 changed files with 336 additions and 160 deletions

View file

@ -14,7 +14,7 @@ export default defineConfig({
changeOrigin: true,
},
'/images': {
target: 'http://192.168.0.153:4110',
target: 'http://localhost:4110',
changeOrigin: true,
}
}