sylv / micro

A vanity image host with url shortening, 2fa, videos, and much more.
https://micro.sylo.digital
GNU Affero General Public License v3.0
43 stars 4 forks source link

use bun instead of node #38

Open sylv opened 6 months ago

sylv commented 6 months ago

bun run ./src/main.ts worked first try so I couldn't resist. can't be merged until bun install --production filters dev deps properly. as-is, this works if you install node in the image and use that to run the next standalone build output. but doing that is cringe.

issues