Files
yunrui_asset/install.js
T
yi e9bff9beb3
Build and Push Docker Images / Build Backend Image (push) Has been cancelled
Build and Push Docker Images / Build Frontend Image (push) Has been cancelled
Build and Push Docker Images / Notify Build Complete (push) Has been cancelled
Update 2026-06-23 10:40:10
2026-06-23 10:40:10 +08:00

11 lines
244 B
JavaScript

#!/usr/bin/env node
/**
* 云睿资产管理系统 - 安装部署脚本入口
*
* 实际逻辑已拆分到 install/ 目录下的各个模块
* 此文件仅作为入口,加载并执行 install/index.js
*/
require('./install/index.js');