Skip to content

Commit 014416c

Browse files
committed
update to latest zenstack and nextjs
1 parent f9987dc commit 014416c

8 files changed

+1441
-910
lines changed

next.config.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
await import("./src/env.js");
66

77
/** @type {import("next").NextConfig} */
8-
const config = {
9-
experimental: {
10-
serverComponentsExternalPackages: ["@zenstackhq/runtime"],
11-
},
12-
};
8+
const config = {};
139

1410
export default config;

0 commit comments

Comments
 (0)