Skip to content

Commit 7f0aa34

Browse files
committed
config: env config
1 parent f6ac792 commit 7f0aa34

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dist
1212
dist-ssr
1313
*.local
1414

15+
.env
16+
1517
# Editor directories and files
1618
.vscode/*
1719
!.vscode/extensions.json

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"devDependencies": {
2727
"@emotion/babel-plugin": "^11.11.0",
2828
"@emotion/react": "^11.11.4",
29+
"@types/node": "^20.12.5",
2930
"@types/react": "^18.2.66",
3031
"@types/react-dom": "^18.2.22",
3132
"@typescript-eslint/eslint-plugin": "^7.2.0",

pnpm-lock.yaml

+20-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)