mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
updated nextjs example with app router
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user