Skip to content

Commit 1ac71f5

Browse files
Copilothotlong
andcommitted
fix: remove root vercel.json and api/ to restore apps/site deployment
The root vercel.json with "framework": null and catch-all rewrites overrode Vercel's auto-detection of the Next.js framework in apps/site, breaking the existing documentation site deployment. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent a5f3dd1 commit 1ac71f5

3 files changed

Lines changed: 1 addition & 441 deletions

File tree

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ Priority tasks following the `@objectstack` v3.2.6 upgrade:
782782
| # | Task | Priority | Status | Description |
783783
|---|------|----------|--------|-------------|
784784
| 1 | Fix `plugin-formula` integration tests | High | ✅ Fixed | Previously 6 pre-existing test failures — now all pass (66/66 test tasks, including plugin-formula). |
785-
| 2 | Re-enable `AuthPlugin` | Medium | ✅ Done | Enabled `AuthPlugin` in `objectstack.config.ts` with env-based secret. Added Vercel deployment support (`vercel.json`, `api/[[...route]].ts`, `scripts/build-vercel.sh`). |
785+
| 2 | Re-enable `AuthPlugin` | Medium | ✅ Done | Enabled `AuthPlugin` in `objectstack.config.ts` with env-based `AUTH_SECRET` and localhost trusted origins. |
786786
| 3 | Align `@objectql/types` with `@objectstack/spec` v3.2.6 Zod v4 schemas | High | ✅ Done | `z.infer<>` type derivation compiles correctly against Zod v4 schema exports in `@objectstack/spec@3.2.6`. Verified via 38/38 build tasks passing. |
787787
| 4 | Core bridge class stabilization | Medium | ✅ Done | `app.ts` bridge class — all `registerObject`, `getObject`, `getConfigs`, `removePackage` overrides align with `@objectstack/objectql@3.2.6` API surface. Build verified. |
788788
| 5 | Bump `@objectql/*` packages to **4.3.0** | Low | 🟡 Next | Release patch with `@objectstack` v3.2.6 compatibility via Changesets. |

0 commit comments

Comments
 (0)