Skip to content

Commit

Permalink
chore: API_BASE_URL 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed May 16, 2024
1 parent 7e60306 commit ceb06c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_BASE_URL=https://api.hapuruna.info/api/v1
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node_modules
dist
dist-ssr
*.local
.env
# .env
.env.local

# Editor directories and files
Expand Down

0 comments on commit ceb06c9

Please sign in to comment.