chore: remove unnecessary comment

This commit is contained in:
Michael Brevard 2024-10-22 23:40:43 +03:00 committed by GitHub
parent cca39cd535
commit fc520d139f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.'])
}