SethTrowbridge
  • Joined on 2020-04-10
SethTrowbridge closed issue SethTrowbridge/eno#14 2023-04-09 08:51:33 -04:00
Host Direction
SethTrowbridge commented on issue SethTrowbridge/eno#14 2023-04-08 13:07:13 -04:00
Host Direction

This is not possible:

  • Ordinarily, server.tsx is run with the client/app's deno.json
  • You cannot run the app with server.tsx's deno.json because it will be missing user-supplied fields making…
SethTrowbridge opened issue SethTrowbridge/eno#15 2023-04-08 06:50:58 -04:00
Host as include
SethTrowbridge commented on issue SethTrowbridge/eno#14 2023-04-08 06:36:20 -04:00
Host Direction

Triggering a cache update can be done with a request, media files could pose a bandwidth problem because they have to go from the app host, to deno deploy, and then to the client; should be…

SethTrowbridge opened issue SethTrowbridge/eno#14 2023-04-08 06:23:39 -04:00
Host Direction
SethTrowbridge pushed to master at SethTrowbridge/eno 2023-04-07 21:41:21 -04:00
77fa38f531 Merge pull request '#12 issue/iso-components' (#13) from issue/iso-components into master
0a5d96ce7a route fixes #12
767e681640 #8 render title
91a2fe76c5 metas started
Compare 4 commits »
SethTrowbridge closed issue SethTrowbridge/eno#12 2023-04-07 21:41:21 -04:00
Parse url for routing
SethTrowbridge merged pull request SethTrowbridge/eno#13 2023-04-07 21:41:21 -04:00
#12 issue/iso-components
SethTrowbridge created pull request SethTrowbridge/eno#13 2023-04-07 21:41:15 -04:00
#12 issue/iso-components
SethTrowbridge pushed to issue/iso-components at SethTrowbridge/eno 2023-04-07 21:37:00 -04:00
0a5d96ce7a route fixes #12
SethTrowbridge opened issue SethTrowbridge/eno#12 2023-04-07 09:41:02 -04:00
Parse url for routing
SethTrowbridge pushed to issue/iso-components at SethTrowbridge/eno 2023-04-06 23:44:36 -04:00
767e681640 #8 render title
SethTrowbridge closed issue SethTrowbridge/eno#10 2023-04-06 21:57:29 -04:00
Serve an iso.tsx file that works on both the client and server
SethTrowbridge created branch issue/iso-components in SethTrowbridge/eno 2023-04-05 23:34:28 -04:00
SethTrowbridge pushed to issue/iso-components at SethTrowbridge/eno 2023-04-05 23:34:28 -04:00
91a2fe76c5 metas started
SethTrowbridge pushed to master at SethTrowbridge/eno 2023-04-05 21:10:59 -04:00
bf9b56c10d Merge pull request '#10 issue/iso-file-serving' (#11) from issue/iso-file-serving into master
a36cdc13c0 serve iso correctly
5d06bc99d1 "self-hosting"
Compare 3 commits »
SethTrowbridge merged pull request SethTrowbridge/eno#11 2023-04-05 21:10:58 -04:00
#10 issue/iso-file-serving
SethTrowbridge commented on pull request SethTrowbridge/eno#11 2023-04-05 21:10:47 -04:00
#10 issue/iso-file-serving

this is an issue that came up with SethTrowbridge/eno#9 #9

SethTrowbridge created pull request SethTrowbridge/eno#11 2023-04-05 21:09:40 -04:00
#10 issue/iso-file-serving
SethTrowbridge opened issue SethTrowbridge/eno#10 2023-04-05 21:09:17 -04:00
Serve an iso.tsx file that works on both the client and server