Phatso
Import from variable path?
Amazing, thank you!
Unfortunately Cloudflare doesn't like it (top-level imports)
But I was able to rework my setup. My new structure is like:
And then in my Dockerfile
So basically I just make the files behave the same way, but stub the
setup_app.js
with my selfhost.js
in the container itself.
I imagine there's a more elegant way to do this with esbuild or something but I'm just relieved to be done with it 😅3 replies