Skip to content

Commit

Permalink
fix(adapter): sveltejs/kit#4934 #12
Browse files Browse the repository at this point in the history
  • Loading branch information
juranki committed Jun 4, 2022
1 parent 13f2aac commit 5e4c510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/adapter/shims.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { installFetch } from '@sveltejs/kit/install-fetch';
installFetch()
import { installPolyfills } from '@sveltejs/kit/node/polyfills';
installPolyfills()

0 comments on commit 5e4c510

Please sign in to comment.