mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +01:00
chore: transform to module
This commit is contained in:
5
playground/nuxt.config.ts
Normal file
5
playground/nuxt.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
modules: ['../src/module']
|
||||
})
|
||||
Reference in New Issue
Block a user