create-puck-app 0.16.0-canary.6d43ba0 → 0.16.0-canary.94f16b2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export { default, generateMetadata } from "./[...puckPath]/page";
|
1
|
+
export { default, generateMetadata, dynamic } from "./[...puckPath]/page";
|