File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- public-hoist-pattern[] = pdfjs-dist
1+ public-hoist-pattern[] = pdfjs-dist
2+ auto-install-peers = true
3+ shamefully-hoist = true
Original file line number Diff line number Diff line change 1+ version : 1
2+ frontend :
3+ phases :
4+ preBuild :
5+ commands :
6+ - corepack enable
7+ - pnpm install --frozen-lockfile
8+ build :
9+ commands :
10+ - pnpm run build
11+ - ' echo "GEMINI_APLKEY=$GEMINI_APLKEY" >>.env.production'
12+ - ' echo "GOOGLE_CLIENT_EMAIL=$GOOGLE_CLIENT_EMAIL" >>.env.production'
13+ - ' echo "GOOGLE_PRIVATE_KEY=$GOOGLE_PRIVATE_KEY" >>.env.production'
14+ - ' echo "KV_REST_APL_READ_ONLY_TOKEN=$KV_REST_APL_READ_ONLY_TOKEN" >>.env.production'
15+ - ' echo "KV_REST_APL_TOKEN=$KV_REST_APL_TOKEN" >>.env.production'
16+ - ' echo "KV_REST_APLURL=$KV_REST_APLURL" >>.env.production'
17+ - ' echo "KV_URL=$KV_URL" >>.env.production'
18+ - ' echo "MONGODB_URI=$MONGODB_URI" >>.env.production'
19+ - ' echo "SERVER_URL=$SERVER_URL" >>.env.production'
20+ - ' echo "SHEET_ID=$SHEET_ID" >>.env.production'
21+ - ' echo "GOOGLE_CLOUD_PROJECT=$GOOGLE_CLOUD_PROJECT" >>.env.production'
22+ - ' echo "GOOGLE_CLOUD_BUCKET=$GOOGLE_CLOUD_BUCKET" >>.env.production'
23+ - ' echo "GOOGLE_APPLICATION_CREDENTIALS_JSON=$GOOGLE_APPLICATION_CREDENTIALS_JSON" >>.env.production'
24+
25+ artifacts :
26+ baseDirectory : .next
27+ files :
28+ - " **/*"
29+ cache :
30+ paths :
31+ - .next/cache/**/*
32+ - node_modules/**/*
33+ - .pnpm-store/**/*
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ await import("./src/env.js");
77/** @type {import("next").NextConfig } */
88const config = {
99 swcMinify : false ,
10- output : "standalone" ,
1110 images : {
1211 domains : [ "storage.googleapis.com" ] ,
1312 } ,
Original file line number Diff line number Diff line change 2626 "@radix-ui/react-switch" : " ^1.1.4" ,
2727 "@remixicon/react" : " ^4.6.0" ,
2828 "@t3-oss/env-nextjs" : " ^0.10.1" ,
29- "@types/mongoose" : " ^5.11.97" ,
3029 "@types/node" : " ^24.6.1" ,
3130 "@ungap/with-resolvers" : " ^0.1.0" ,
3231 "@upstash/ratelimit" : " ^2.0.5" ,
You can’t perform that action at this time.
0 commit comments