feat: implement repo fetching, add sentry

This commit is contained in:
2026-01-15 20:12:54 -08:00
parent 6f2f64fd73
commit 68d9a0a626
12 changed files with 822 additions and 51 deletions

View File

@@ -6,10 +6,10 @@ export default defineConfig({
plugins: [tailwindcss(), sveltekit()],
server: {
proxy: {
// '/api': {
// target: 'http://localhost:8080',
// changeOrigin: true
// }
'/api/v0': {
target: 'http://localhost:8080',
changeOrigin: true
}
}
}
});