Replies: 1 comment
-
提供几种方案供参考: 打包可以使用 ncc/pkg 或者 nexe,可能需要改部分代码 CI/CD借鉴 git 自动部署,可以用caddy 实现自动从 github/gitee 拉取代码、安装、启动。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
nest build时,依赖没有跟着一起打包,仅仅生成了一个main.js文件和tsconfig.app.tsbuildinfo文件,如果要部署到单机环境,还要把node_modules拷贝一份,不方便呀,有没有好的解决办法呢?
Beta Was this translation helpful? Give feedback.
All reactions