🐛 Testing out the new SSR cookie forward

This commit is contained in:
2025-10-04 15:49:09 +08:00
parent 453319bac1
commit cad3b38432
5 changed files with 17 additions and 9 deletions

View File

@@ -7,7 +7,8 @@ export default withNuxt(
rules: {
"vue/multi-word-component-names": "off",
"vue/no-v-html": "off",
"vue/html-self-closing": "off"
"vue/html-self-closing": "off",
"@typescript-eslint/ban-ts-comment": "off"
}
}
)