mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-05 22:53:52 +01:00
fix(module): remove .ts ext from app.config
This commit is contained in:
@@ -65,7 +65,7 @@ export default defineNuxtModule<ModuleOptions>({
|
|||||||
nuxt.options.css.push(resolve(runtimeDir, 'ui.css'))
|
nuxt.options.css.push(resolve(runtimeDir, 'ui.css'))
|
||||||
|
|
||||||
nuxt.hook('app:resolve', (app) => {
|
nuxt.hook('app:resolve', (app) => {
|
||||||
app.configs.push(resolve(runtimeDir, 'app.config.ts'))
|
app.configs.push(resolve(runtimeDir, 'app.config'))
|
||||||
})
|
})
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user