Skip to content

Commit 934771c

Browse files
committed
refactor: clean up unused code
1 parent 363f6b0 commit 934771c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/module/src/module.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,6 @@ export default defineNuxtModule<ModuleOptions>({
259259
'debug',
260260
'extend',
261261
]
262-
263-
// // --- Keep fs.allow ---
264-
// // This is still needed so Vite can read src/app/main.ts
265-
// const studioRoot = resolver.resolve('../..')
266-
// config.server ||= {}
267-
// config.server.fs ||= {}
268-
// config.server.fs.allow ||= []
269-
// config.server.fs.allow.push(studioRoot)
270262
})
271263

272264
if (options.development!.sync) {

0 commit comments

Comments
 (0)