Skip to content

Commit 5e4c510

Browse files
committed
fix(adapter): sveltejs/kit#4934 #12
1 parent 13f2aac commit 5e4c510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/adapter/shims.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { installFetch } from '@sveltejs/kit/install-fetch';
2-
installFetch()
1+
import { installPolyfills } from '@sveltejs/kit/node/polyfills';
2+
installPolyfills()

0 commit comments

Comments
 (0)