Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08fa1c6

Browse files
committed
Rewrite in TypeScript
1 parent 5c48b30 commit 08fa1c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2615
-1209
lines changed

‎.DS_Store

-6 KB
Binary file not shown.

‎.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
HTTP_PORT = 8080
2+
HTTPS_PORT = 8443

‎.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREDENTIALS_ENABLED = 0
2+
WEBHOOK_ENABLED = 0

‎.env.production

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREDENTIALS_ENABLED = 1
2+
WEBHOOK_ENABLED = 1

‎.gitignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
# WebStorm settings
12
/.idea
3+
4+
# npm
25
/node_modules
36
/npm-debug.log
4-
/public
5-
/pm2.config.js
7+
8+
# macOS
69
.DS_Store
10+
11+
# local .env* files
12+
.env.local
13+
.env.*.local
14+
15+
# downloaded files
16+
/public

‎.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎.idea/server.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎.idea/vcs.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /