diff --git a/index.js b/index.js index 31918e3..9ffe711 100644 --- a/index.js +++ b/index.js @@ -1,17 +1,3 @@ import main from "./src/index.coffee" -main.apply(this) - -/*addEventListener('fetch', event => { - event.respondWith(handleRequest(event.request)) -})*/ -/** - * Respond with hello worker text - * @param {Request} request - */ -/* -async function handleRequest(request) { - return new Response('Hello worker!', { - headers: { 'content-type': 'text/plain' }, - }) -}*/ +main.apply(this) \ No newline at end of file