vulcan-sql
vulcan-sql copied to clipboard
Production build with binary files
What’s the problem you're trying to solve
We should provide a single executable file to serve Vulcan server, with no dependencies or docker env required,
Describe the solution you’d like
Implement commands like vulcan build --output binary --platform x86 to built executable files.
Additional context
Thanks for @hanshino discovering pkg issues (Failed to make bytecode, refer: https://github.com/vercel/pkg/issues/641, https://github.com/vercel/pkg/issues/976 ), and sharing https://github.com/leafac/caxa the library to achieve building the binary successful.