Skip to content

Commit

Permalink
feat: create environment variable example file
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Aug 12, 2024
1 parent 5bf0bd3 commit 5b0838d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PORT = 3000
DATABASE_URL = 'mysql://username:password@localhost:3306/kmstools'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
dist
migrations
sqlite.db
.env
Binary file modified bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"elysia": "^1.0.22",
"less": "^4.2.0",
"markdown-it-shiki": "^0.9.0",
"mysql2": "^3.11.0",
"pinia": "^2.1.7",
"unocss": "^0.60.3",
"vue": "^3.4.27",
Expand All @@ -42,8 +43,8 @@
"@vitejs/plugin-vue": "^5.0.4",
"better-sqlite3": "^10.0.0",
"cron": "^3.1.7",
"drizzle-kit": "^0.21.4",
"drizzle-orm": "^0.30.10",
"drizzle-kit": "^0.24.0",
"drizzle-orm": "^0.33.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.26.0",
Expand Down

0 comments on commit 5b0838d

Please sign in to comment.