Skip to content

Commit

Permalink
fix(nuxt-admin): fix entry point and files
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Feb 2, 2023
1 parent 49fe68d commit d0499ee
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion starter/nuxt-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,17 @@
"@nuxtjs/tailwindcss": "^6.3.0",
"nuxt": "^3.1.1",
"sass": "^1.58.0"
}
},
"type": "module",
"main": "./nuxt.config.ts",
"files": [
"components/",
"composables/",
"layouts/",
"pages/",
"app.vue",
"app.config.ts",
"nuxt.config.ts",
"tailwind.config.js"
]
}

0 comments on commit d0499ee

Please sign in to comment.