Replies: 1 comment 2 replies
-
+1 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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