Skip to content

Commit 9f45e96

Browse files
authored
Add proxy package using Cloudflare Workers (kriasoft#244)
1 parent 992c22f commit 9f45e96

File tree

347 files changed

+7389
-575
lines changed

Some content is hidden

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

347 files changed

+7389
-575
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
33

44
# Compiled output
5+
dist/
56
lib/
67
package.zip
78

.pnp.js

Lines changed: 3656 additions & 253 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Compiled output
2+
*/dist/
23
api/lib/
34

45
# Yarn
@@ -11,4 +12,5 @@ api/lib/
1112
.pnp.js
1213

1314
# Misc
15+
*.hbs
1416
tsconfig.json

.vscode/settings.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
"corejs",
2121
"dataloader",
2222
"datname",
23+
"devtool",
24+
"downlevel",
2325
"envalid",
26+
"esnext",
2427
"gamecenter",
2528
"jsonb",
2629
"knexfile",
2730
"kriasoft",
2831
"linkedin",
29-
"playgames",
32+
"pathinfo",
3033
"pgappname",
3134
"pgdatabase",
3235
"pgdebug",
@@ -38,9 +41,14 @@
3841
"pgsslmode",
3942
"pgsslrootcert",
4043
"pguser",
44+
"playgames",
4145
"pnpify",
4246
"postgres",
4347
"psql",
44-
"sendgrid"
48+
"sendgrid",
49+
"sourcemap",
50+
"tslib",
51+
"typechecking",
52+
"webflow"
4553
]
4654
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)