mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
public commit
This commit is contained in:
18
examples/nextjs/next.config.ts
Normal file
18
examples/nextjs/next.config.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
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"
|
||||
}*/
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user