| 12345678910111213141516 |
- /*
- * @Author: wjc
- * @Date: 2023-10-31 16:05:00
- * @LastEditors: LiZhiWei
- * @LastEditTime: 2026-01-09 14:34:52
- * @Description: pm2 部署
- */
- module.exports = {
- apps: [
- {
- name: 'nuxt4-template',
- port: '30103',
- script: './.output/server/index.mjs',
- },
- ],
- }
|