Skip to content

Commit 3b1d83b

Browse files
chore: remove duplicated config
1 parent c5bfb88 commit 3b1d83b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export default defineNuxtModule<ModuleOptions>({
114114
getContents: () => `export default ${JSON.stringify(options.config)}`,
115115
})
116116

117-
// Create an Ionic config file if it doesn't exist yet
118117
// Create an Ionic config file if it doesn't exist yet
119118
const ionicConfigPath = join(nuxt.options.rootDir, 'ionic.config.json')
120119
if (!existsSync(ionicConfigPath)) {

0 commit comments

Comments
 (0)