File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 44 Cross-Origin-Embedder-Policy = " credentialless"
55 Cross-Origin-Opener-Policy = " same-origin"
66
7+ [build ]
8+ base = " apps/namadillo"
9+ command = " yarn build && ./scripts/copy-config.sh"
10+ publish = " dist"
Original file line number Diff line number Diff line change 6363 "test:ci" : " jest" ,
6464 "test:watch-only" : " yarn jest --watchAll=true" ,
6565 "e2e-test" : " PLAYWRIGHT_BASE_URL=http://localhost:3000 yarn playwright test" ,
66- "e2e-test:headed" : " PLAYWRIGHT_BASE_URL=http://localhost:3000 yarn playwright test --project=chromium --headed"
66+ "e2e-test:headed" : " PLAYWRIGHT_BASE_URL=http://localhost:3000 yarn playwright test --project=chromium --headed" ,
67+ "netlify:deploy" : " netlify deploy" ,
68+ "netlify:deploy:prod" : " netlify deploy --prod"
6769 },
6870 "browserslist" : {
6971 "production" : [
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ DIST_DIR=" dist"
4+
5+ cat > " $DIST_DIR /config.toml" << EOL
6+ indexer_url = "https://indexer.mainnet.siuuu.click"
7+ rpc_url = "https://rpc.mainnet.siuuu.click"
8+ masp_indexer_url = "https://masp.mainnet.siuuu.click"
9+ EOL
10+
11+ echo " config.toml created in $DIST_DIR "
You can’t perform that action at this time.
0 commit comments