OurUncomplicatedTemplates / astro-vue-tailwind-jwt-template

MIT License
2 stars 0 forks source link

Fix Tauri Build #3

Open kristianbinau opened 1 year ago

kristianbinau commented 1 year ago

Currently Tauri works, but only if we use tauri dev, this just opens our localhost:4321. But when we build we have to bundle all the necessary code and dependencies we need to run our project. When we build almost everything gets bundled except Node.

Accepttest:

kristianbinau commented 1 year ago

See @feat-packaged-node-tauri, this is a WIP.

Brain dump:

kristianbinau commented 1 year ago

Maybe bun own compiler could work: https://bun.sh/docs/bundler/executables on first try this seems to work, but it can't find "node:fs"