You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. If you expect to install multiple node applications in the same environment, we recommend putting the `dist` (and optinal `node_modules`) under an appropriate namespace, e.g. install them as `/libexec/myproject/dist`.
48
+
49
+
2. If your `npm build` already produces a binary that can be executed drectly, you can also copy or link that to `$out/bin`. Note that only binaries in `$out/bin` are wrapped to ensure they run within a consistent environment.
0 commit comments