diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-09-08 00:17:30 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2026-02-20 15:13:00 -0500 |
| commit | bc898e80e16d091a854858cc8cbd2e7e7ec9d1c5 (patch) | |
| tree | 854b56f8ba79a3c63984ddc9eb2a3e394ac67ff4 /package.json | |
| parent | 16baa822cc897fa8764c14861f7869f46ca50e30 (diff) | |
Add new export config, nextjs CLI/API change
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index f292e37..2d33ad1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start" + "start": "next start", + "export": "next export" }, "dependencies": { "@fontsource/inconsolata": "^5.0.8", |
