wingerlang
Build and bundle TS into JS
Im starting a pretty muhc new, minimal Ts project that I would like to use Deno to host, and then have a (as much as possible) zero config that bundles all my code (from one entry point) into javascript that can be hosed elsewhere.
But, how to do it? seems simple enough but seems like it's very hard to get a "primer" working with zero config. Please help. My other option would obviously be to host on deno deploy, but it's so un-intuitive how to host there.
#deploy #bundle #build
1 replies
Deno Deploy - is it possible to have 2 servers running?
Maybe Im using it completely wrong, but locally when i develop I have two Deno servers running:
Backend - deno server at port 8080
Frontend - Deno / Fresh server at port 8000
My backend is mainly used as a standalone REST-API. My fronend then sends fetch-requests to the API.
The problem is this. At deno deploy, I can only point to one server. How do I come around this? Thanks in advance!
25 replies