File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,9 +140,7 @@ worker/distWorker/
140140post_data.json
141141benchmark.local.sh
142142
143- # GCP Service Account JSON
144- thrdweb-biyvmatstwcbrb08y692g-41baca7a34a1.json
145- thrdweb-biyvmatstwcbrb08y692g-7762eca4411b.json
143+ credentials
146144
147145# SSL Local Certs folder
148146https
Original file line number Diff line number Diff line change 2222 "start:worker" : " node --experimental-specifier-resolution=node ./dist/worker/index.js" ,
2323 "start:docker" : " docker compose build && docker compose --env-file ./.env up --remove-orphans" ,
2424 "docker-build-run" : " docker compose build --no-cache && docker compose --env-file ./.env up --remove-orphans" ,
25- "copy-files" : " copyfiles ./src/prisma/schema.prisma ./dist/ && copyfiles ./src/prisma/migrations/**/*.sql ./dist/" ,
25+ "copy-files" : " copyfiles -u 2 ./src/prisma/* ./dist/prisma/ && copyfiles -u 3 ./src/prisma/migrations/**/*.sql ./dist/prisma/migrations /" ,
2626 "lint" : " eslint 'src/**/*.ts'" ,
2727 "lint:fix" : " eslint --fix 'src/**/*.ts'" ,
2828 "test:load" : " npx tsx ./test/load/index.ts" ,
Original file line number Diff line number Diff line change 2525 " src/**/*.js" ,
2626 " src/**/*.d.ts"
2727 ],
28- "exclude" : [" node_modules" ]
28+ "exclude" : [" node_modules" , " src/scripts " ]
2929}
You can’t perform that action at this time.
0 commit comments