Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Jongejan committed Feb 23, 2022
1 parent 15b667a commit b3f6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/entry.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import path from 'node:path';
// eslint-disable-next-line camelcase
import {__fetch_polyfill} from '@sveltejs/kit/install-fetch';
import {getRequest, setResponse} from '@sveltejs/kit/node';
import compression from 'compression';
import {manifest} from 'MANIFEST';
import polka from 'polka';
import sirv from 'sirv';
import path from 'node:path';
import {Server} from 'SERVER';

__fetch_polyfill();
Expand Down

0 comments on commit b3f6dc0

Please sign in to comment.