update project config,

This commit is contained in:
louiscklaw
2025-04-18 23:40:59 +08:00
parent 4ae24008bb
commit b1a7d9f7fa

View File

@@ -13,7 +13,7 @@
"start": "next start",
"lint": "next lint --quiet",
"lint:fix": "next lint --fix",
"lint:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 15 --exec \"pnpm run lint\"",
"lint:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 60 --exec \"pnpm run lint\"",
"typecheck": "tsc --noEmit",
"typecheck:w": "tsc --noEmit -w",
"format:write": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",