We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bfb88 commit 3b1d83bCopy full SHA for 3b1d83b
src/module.ts
@@ -114,7 +114,6 @@ export default defineNuxtModule<ModuleOptions>({
114
getContents: () => `export default ${JSON.stringify(options.config)}`,
115
})
116
117
- // Create an Ionic config file if it doesn't exist yet
118
// Create an Ionic config file if it doesn't exist yet
119
const ionicConfigPath = join(nuxt.options.rootDir, 'ionic.config.json')
120
if (!existsSync(ionicConfigPath)) {
0 commit comments