We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在Zeabur进行部署,但是发现不行 | provider │ nodejs | ║───────────────────────────────────────────────────────────────────────| ║ packageManager │ npm ║ ║───────────────────────────────────────────────────────────────────────║ ║ framework │ vite ║ ║───────────────────────────────────────────────────────────────────────║ ║ nodeVersion │ 20 ║ ║───────────────────────────────────────────────────────────────────────║ ║ installCmd │ COPY package.json* tsconfig.json* .npmrc* . ║ ║ │ COPY package-lock.json* . ║ ║ │ RUN npm install ║ ║───────────────────────────────────────────────────────────────────────║ ║ buildCmd │ npm run build ║ ║───────────────────────────────────────────────────────────────────────║ ║ outputDir │ dist | 然后就一直卡在初始界面,没有编辑页面
The text was updated successfully, but these errors were encountered:
npm run build:h5-netlify
用这个试试
Sorry, something went wrong.
我知道了,Zeabur 似乎不支持指定 npm run build:h5-netlify。
有另一个解决办法,添加环境变量,Key = SERVER_ENV, Value = NETLIFY,然后重新部署,就可以了。
我们项目已经部署成功了:
https://doocs-md.zeabur.app/
No branches or pull requests
我在Zeabur进行部署,但是发现不行
| provider │ nodejs |
║───────────────────────────────────────────────────────────────────────|
║ packageManager │ npm ║
║───────────────────────────────────────────────────────────────────────║
║ framework │ vite ║
║───────────────────────────────────────────────────────────────────────║
║ nodeVersion │ 20 ║
║───────────────────────────────────────────────────────────────────────║
║ installCmd │ COPY package.json* tsconfig.json* .npmrc* . ║
║ │ COPY package-lock.json* . ║
║ │ RUN npm install ║
║───────────────────────────────────────────────────────────────────────║
║ buildCmd │ npm run build ║
║───────────────────────────────────────────────────────────────────────║
║ outputDir │ dist |
然后就一直卡在初始界面,没有编辑页面
The text was updated successfully, but these errors were encountered: