This commit is contained in:
Chris Kruining 2024-11-18 15:27:04 +01:00
parent 12f10d4ee1
commit 75ff164f01
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -1,7 +1,8 @@
// @refresh reload // @refresh reload
import { createHandler, StartServer } from "@solidjs/start/server"; import { createHandler, StartServer } from "@solidjs/start/server";
import { installIntoGlobal } from "iterator-helpers-polyfill"; import { installIntoGlobal } from "iterator-helpers-polyfill";
import { isServer } from "solid-js/web";
console.log(process.env);
installIntoGlobal(); installIntoGlobal();