Skip to content

Commit 6855679

Browse files
committed
first commit
0 parents  commit 6855679

23 files changed

+6651
-0
lines changed

.env

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
PORT=8000
3+
DATABASE_URL="file:./dev.db"
4+
SECRET="hello World28!???"

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Keep environment variables out of version control
2+
node_modules
3+
auth.http
4+
notes.http

0 commit comments

Comments
 (0)