feat: default web API calls to same origin

This commit is contained in:
2026-05-01 08:35:06 +09:00
parent 7cfd50532d
commit 8656f237d4
7 changed files with 59 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
"dev:web": "bun run --filter @codexdash/web dev",
"build": "bun run --filter @codexdash/api --filter @codexdash/web build",
"lint": "bun run --filter @codexdash/api --filter @codexdash/web lint",
"test": "bun run --filter @codexdash/api --if-present test",
"test": "bun run --filter @codexdash/api --filter @codexdash/web --if-present test",
"postinstall": "bun run --filter @codexdash/api prisma:generate"
}
}