chore: remove pathpida

This commit is contained in:
d-kimsuon
2025-08-30 15:20:10 +09:00
parent efd06c720e
commit 47aec9ad78
4 changed files with 2 additions and 47 deletions

View File

@@ -6,7 +6,6 @@
"scripts": {
"dev": "run-p 'dev:*'",
"dev:next": "next dev -p 3400 --turbopack",
"dev:path": "pathpida --output src/lib --ignorePath .gitignore --watch --enableStatic",
"build": "next build",
"lint": "run-s 'lint:*'",
"lint:biome-format": "biome format .",
@@ -54,7 +53,6 @@
"@types/react-dom": "^19.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"npm-run-all2": "^8.0.4",
"pathpida": "^0.25.0",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.7",
"typescript": "^5.9.2",