Skip to content

Commit

Permalink
chore: update starter example
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Nov 16, 2022
1 parent aaedbb9 commit 8b67a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"generate": "nuxt generate"
"generate": "nuxt generate",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/ui": "latest",
Expand Down
4 changes: 4 additions & 0 deletions examples/starter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./.nuxt/tsconfig.json"
}

0 comments on commit 8b67a2b

Please sign in to comment.