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 363f6b0 commit 934771cCopy full SHA for 934771c
src/module/src/module.ts
@@ -259,14 +259,6 @@ export default defineNuxtModule<ModuleOptions>({
259
'debug',
260
'extend',
261
]
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)
270
})
271
272
if (options.development!.sync) {
0 commit comments