Skip to content

Commit 22a2946

Browse files
committed
chore: config
1 parent 1fa7b04 commit 22a2946

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ const { withStoreConfig } = require("./store-config")
22
const store = require("./store.config.json")
33

44
module.exports = withStoreConfig({
5+
experimental: {
6+
serverActions: true,
7+
},
58
features: store.features,
69
reactStrictMode: true,
710
images: {

src/pages/checkout.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)