Skip to content

Commit

Permalink
delete dummy html, added .env, config, server, routes, middleware fol…
Browse files Browse the repository at this point in the history
…ders
  • Loading branch information
Qichen-Liu committed Nov 9, 2023
1 parent e138d83 commit 39ad351
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PORT=4242
3 changes: 0 additions & 3 deletions .github/workflows/continues_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,3 @@ jobs:
- name: Test Js
uses: ./.github/actions/test




10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ web_modules/
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# .env
# .env.development.local
# .env.test.local
# .env.production.local
# .env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down
File renamed without changes.

0 comments on commit 39ad351

Please sign in to comment.