# 测试部署方式 首次测试部署 ``` shell npm i npx prisma db push npm run prisma:generate npm run start ``` 之后测试 ``` shell npm run start ```