feat(cli): init command

This commit is contained in:
Benjamin Canac
2024-03-13 16:30:38 +01:00
parent 9a42fa415f
commit cdd9b178f3
8 changed files with 208 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"exclude": ["docs", "dist", "playground", "node_modules"]
"exclude": ["cli", "docs", "dist", "playground", "node_modules"]
}