mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
updated plasmic package to work with new hooks + added example
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
reactStrictMode: true,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user