diff --git a/src/entry-server.tsx b/src/entry-server.tsx index ad923a1..7db119d 100644 --- a/src/entry-server.tsx +++ b/src/entry-server.tsx @@ -1,7 +1,8 @@ // @refresh reload import { createHandler, StartServer } from "@solidjs/start/server"; import { installIntoGlobal } from "iterator-helpers-polyfill"; -import { isServer } from "solid-js/web"; + +console.log(process.env); installIntoGlobal();