Skip to content

Commit

Permalink
feat: route 추가 & 중복 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Jul 26, 2024
1 parent 6bd2751 commit 5d70843
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.preferences.importModuleSpecifier": "non-relative",
"workbench.editor.customLabels.patterns": {
"**/{layout,page}.tsx": "${dirname}/${filename}",
"**/{index}.ts": "${dirname}/index.ts",
"**/{index}.tsx": "${dirname}"
"**/{layout,page,route}.ts{,x}": "${dirname}/${filename}",
"**/{index}.ts{,x}": "${dirname}"
}
}

0 comments on commit 5d70843

Please sign in to comment.