File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,7 @@ worker/distWorker/
140
140
post_data.json
141
141
benchmark.local.sh
142
142
143
- # GCP Service Account JSON
144
- thrdweb-biyvmatstwcbrb08y692g-41baca7a34a1.json
145
- thrdweb-biyvmatstwcbrb08y692g-7762eca4411b.json
143
+ credentials
146
144
147
145
# SSL Local Certs folder
148
146
https
Original file line number Diff line number Diff line change 22
22
"start:worker" : " node --experimental-specifier-resolution=node ./dist/worker/index.js" ,
23
23
"start:docker" : " docker compose build && docker compose --env-file ./.env up --remove-orphans" ,
24
24
"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 /" ,
26
26
"lint" : " eslint 'src/**/*.ts'" ,
27
27
"lint:fix" : " eslint --fix 'src/**/*.ts'" ,
28
28
"test:load" : " npx tsx ./test/load/index.ts" ,
Original file line number Diff line number Diff line change 25
25
" src/**/*.js" ,
26
26
" src/**/*.d.ts"
27
27
],
28
- "exclude" : [" node_modules" ]
28
+ "exclude" : [" node_modules" , " src/scripts " ]
29
29
}
You can’t perform that action at this time.
0 commit comments