diff --git a/.umirc.ts b/.umirc.ts deleted file mode 100644 index ce38506..0000000 --- a/.umirc.ts +++ /dev/null @@ -1,5 +0,0 @@ -export default { - // ...其他配置 -// host: '0.0.0.0', // Umi 4 不支持 -// port: 8000, // Umi 4 不支持 -} \ No newline at end of file diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs deleted file mode 100644 index 24cdcad..0000000 --- a/ecosystem.config.cjs +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - apps: [ - { - name: 'rustui', - script: 'pnpm', - args: 'run start', // 确保你的 package.json 里有 "start": "umi dev" - env: { - // PORT: 8000, // 👈 这里指定端口 - HOST: '0.0.0.0' // 👈 这里指定主机 - } - } - ] -}; \ No newline at end of file