SSR build failing
I'm attempting to get solid SSR working with deno via
esbuild
and esbuild-plugin-solid
. In order to access solid, I have an import map where solid-js
uses npm:solid-js
and solid-js/web
, ditto.
In order to run the app, I need to import the SSR build. However, the following error occurs
2 Replies
the
server.js
file
oh bru
I forgor to set the generation mode to ssr