-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
https://github.com/wiz-develop/nhnkyo_frontend/pull/57 から派生
Line 7 in d3c5058
| const nuxtDevelopmentDependencies = ['**/nuxt.config.{js,ts}', '**/app.config.{js,ts}']; |
上記を以下に変更する。
const nuxtDevelopmentDependencies = [
'**/eslint.config.{js,ts,mjs,cjs}',
'**/markuplint.config.{js,ts,mjs,cjs}',
'**/stylelint.config.{js,ts,mjs,cjs}',
'**/vitest.config.{js,ts,mjs,cjs}',
'**/vite.config.{js,ts,mjs,cjs}',
'**/tailwind.config.{js,ts,mjs,cjs}',
'**/nuxt.module.{js,ts,mjs,cjs}',
'**/server/**/*.{js,ts,mjs,cjs}',
'**/plugins/**/*.{js,ts,mjs,cjs}',
'**/middleware/**/*.{js,ts,mjs,cjs}',
];Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working