Skip to content

Commit 06dbdf5

Browse files
committed
Add menu structure to repo
1 parent 7b0ba7b commit 06dbdf5

File tree

3 files changed

+1204
-3
lines changed

3 files changed

+1204
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
.next
55
.env
66
bun.lock
7-
src/menu.json
7+
# Currently not built from TerminusCMS
8+
# src/menu.json
89

910
# dependencies
1011
/node_modules

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"scripts": {
66
"sitemap": "next-sitemap",
77
"prebuild": "node src/prebuild/menu.mjs",
8-
"dev": "npm run prebuild && next dev",
9-
"build": "npm run prebuild && next build",
8+
"dev": "next dev",
9+
"build": "next build",
10+
"cmsdev": "npm run prebuild && next dev",
11+
"cmsbuild": "npm run prebuild && next build",
1012
"postbuild": "npm run sitemap",
1113
"start": "next start",
1214
"lint": "next lint"

0 commit comments

Comments
 (0)