mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
chore: remove unnecessary comment
This commit is contained in:
parent
cca39cd535
commit
fc520d139f
@ -38,7 +38,6 @@ export const nuxtImportProtections = (nuxt: { options: NuxtOptions }, options: {
|
||||
|
||||
if (options.isNitro) {
|
||||
patterns[count++] = ['#app', 'Vue app aliases are not allowed in server runtime.']
|
||||
// This is pushed because it surpasses the max known length of the array
|
||||
patterns.push([/^#build(\/|$)/, 'Vue app aliases are not allowed in server runtime.'])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user