Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit 74750b6

Browse files
committedJan 31, 2021
initial commit
0 parents  commit 74750b6

Some content is hidden

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

51 files changed

+6429
-0
lines changed
 

‎.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_size = 2
6+
indent_style = space
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false

‎.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PROTOCOL=http
2+
DOMAIN=localhost
3+
PORT=3000

0 commit comments

Comments
 (0)