Skip to content

Commit 63f7450

Browse files
committed
Initial commit
0 parents  commit 63f7450

File tree

14 files changed

+21051
-0
lines changed

14 files changed

+21051
-0
lines changed

.babelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react"
5+
]
6+
}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/cloudflare-workers
2+
/node_modules
3+
/timezone-data
4+
.DS_Store

0 commit comments

Comments
 (0)