Replies: 1 comment 2 replies
-
@Bennch |
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
-
Hello,
I have a very disappointing problem. I guess the answer is easy, but i don't find the way out.
I create my app as follow:
pkg --compress Brotli -t node20-macos-x64 app.js --assets src/gui/**/*
I think that my assets on the src/gui folder is now build in the exutable.
How can i serve this bundled files now?
The above did not work..
To be clear. If i add the src/gui folder in the same location as the app.exe it works, but i tought that static files are directely into the app.exe. So how can i serve them?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions