项目文件夹

文件
T
2025-05-10 17:16:57 +08:00

5 行
126 B
JSON

{
"*.{js,jsx,ts,tsx}": ["next lint --fix --file", "next lint --file"],
"**/*": ["bash -c 'cd \"$(pwd)\" && next build"]
}