mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
Initial commit
This commit is contained in:
9
build.config.ts
Normal file
9
build.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
entries: [
|
||||
'./src/index'
|
||||
],
|
||||
declaration: true,
|
||||
externals: [
|
||||
'@nuxt/kit'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user