summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/src/edge-shim.ts
diff options
context:
space:
mode:
authorGravatar Ben Holmes <hey@bholmes.dev> 2022-06-27 17:20:28 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-27 17:20:28 -0400
commit4acd245d8f59871eb9c0083ae1a0fe7aa70c84f5 (patch)
tree1ae08bb6c7014521175bacdb7437673e56321d8c /packages/integrations/netlify/src/edge-shim.ts
parent701799c6d68bc48b75a13e64ffff6f51dc4f4858 (diff)
downloadastro-4acd245d8f59871eb9c0083ae1a0fe7aa70c84f5.tar.gz
astro-4acd245d8f59871eb9c0083ae1a0fe7aa70c84f5.tar.zst
astro-4acd245d8f59871eb9c0083ae1a0fe7aa70c84f5.zip
Refactor: remove Deno shim to esbuild "banner" (#3734)
* refactor: remove Deno shim to esbuild "banner" * refactor: move shim to const * refactor: add shim to netlify edge * chore: changeset
Diffstat (limited to 'packages/integrations/netlify/src/edge-shim.ts')
-rw-r--r--packages/integrations/netlify/src/edge-shim.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/integrations/netlify/src/edge-shim.ts b/packages/integrations/netlify/src/edge-shim.ts
deleted file mode 100644
index 1a4a6ee9b..000000000
--- a/packages/integrations/netlify/src/edge-shim.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-(globalThis as any).process = {
- argv: [],
- env: {},
-};