Skip to content

Commit

Permalink
fix: example nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Sep 21, 2022
1 parent 6a9f678 commit a0dd571
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/nuxt/chatwoot/package.json
@@ -1,11 +1,11 @@
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "HOST=0.0.0.0 nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"build": "nuxi build",
"dev": "HOST=0.0.0.0 nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^5.3.3",
Expand Down

0 comments on commit a0dd571

Please sign in to comment.