feat: use src/ dir for holding files

This commit is contained in:
spencerwooo
2023-01-26 15:31:07 +08:00
parent d00a316bda
commit 799a423dbd
56 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier 'components/**/*.tsx' 'config/*.js' 'pages/**/*.{ts,tsx}' '{types,utils}/**/*.ts' --write",
"format": "prettier 'src/**/*.{js,ts,jsx,tsx}' --write",
"extract": "i18next"
},
"dependencies": {