简体中文
了解如何将ShipThing部署到AWS Amplify。
version: 1 applications: - frontend: buildPath: "/" phases: preBuild: commands: - npm install -g pnpm - pnpm install build: commands: - pnpm --filter web build artifacts: baseDirectory: apps/web/.next files: - "**/*" cache: paths: - node_modules/**/* - apps/web/.next/cache/**/* appRoot: apps/web