Replies: 2 comments 3 replies
-
+1 |
Beta Was this translation helpful? Give feedback.
3 replies
-
Please checkout https://bun.sh/blog/bun-v1.1.25#embedding-files-in-standalone-executables-without-importing Mark as solved if this works for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to embed a nextJS static export into an executable program, like Golang does with embed, eg
//go:embed _ui/out/*
How can I accomplish this Bun? I know you can load a file and make it available internally :
Is there a way to do the same for, say,
dist/*
?Beta Was this translation helpful? Give feedback.
All reactions