8000 GitHub - shayneo/bun-executable-repro
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shayneo/bun-executable-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-executable-repro

This is a reproduction of a bug I'm seeing with single file executables.

To reproduce:

bun install

bun build --compile --minify --sourcemap ./index.ts --outfile program

Then run the program:

./program

You should see the following error:

error: Cannot find module './solclientjs.js' from '/$bunfs/root/program'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0