This commit is contained in:
Travis Fischer
2022-10-14 18:18:42 -04:00
parent a62a30a321
commit 74c7d2a0ba
3 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
"author": "Travis Fischer <travis@transitivebullsh.it>",
"repository": "transitive-bullshit/nextjs-notion-starter-kit",
"license": "MIT",
"engines": {
"node": ">=16"
},
"scripts": {
"dev": "next dev",
"build": "next build",