updated nextjs example with app router

This commit is contained in:
dswbx
2025-02-27 20:09:03 +01:00
parent 2d5da63eb2
commit 09074f6591
36 changed files with 334 additions and 284 deletions

View File

@@ -1,18 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactStrictMode: true
/*transpilePackages: [
"@rjsf/core",
"@libsql/isomorphic-fetch",
"@libsql/isomorphic-ws",
"@libsql/kysely-libsql"
],
experimental: {
esmExternals: "loose"
}*/
/* config options here */
};
export default nextConfig;