mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +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.hook('app:resolve', (app) => {
|
||||
app.configs.push(resolve(runtimeDir, 'app.config.ts'))
|
||||
app.configs.push(resolve(runtimeDir, 'app.config'))
|
||||
})
|
||||
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user