diff options
Diffstat (limited to 'docs/.playground/nuxt.config.ts')
| -rw-r--r-- | docs/.playground/nuxt.config.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/.playground/nuxt.config.ts b/docs/.playground/nuxt.config.ts deleted file mode 100644 index 61b1b07..0000000 --- a/docs/.playground/nuxt.config.ts +++ /dev/null @@ -1,4 +0,0 @@ -export default defineNuxtConfig({ - extends: '../', - modules: ['@nuxt/devtools'] -}) |