Feat: Cli (#1818)
* add cli * fix lint * add docs, include cli packages * fix docs, username instead of name
This commit is contained in:
@@ -41,6 +41,9 @@ export default defineNuxtConfig({
|
||||
detectBrowserLanguage: {
|
||||
useCookie: true,
|
||||
},
|
||||
bundle: {
|
||||
optimizeTranslationDirective: false,
|
||||
},
|
||||
},
|
||||
nitro: {
|
||||
esbuild: {
|
||||
@@ -52,6 +55,9 @@ export default defineNuxtConfig({
|
||||
alias: {
|
||||
'#db': fileURLToPath(new URL('./server/database/', import.meta.url)),
|
||||
},
|
||||
externals: {
|
||||
traceInclude: [fileURLToPath(new URL('./cli/index.ts', import.meta.url))],
|
||||
},
|
||||
},
|
||||
alias: {
|
||||
// for typecheck reasons (https://github.com/nuxt/cli/issues/323)
|
||||
|
||||
Reference in New Issue
Block a user