feat: add stripe dev cli

This commit is contained in:
David Nguyen
2025-02-25 21:22:28 +11:00
parent deea99d865
commit 9b376d34cf
2 changed files with 78 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
"build:app": "npm run typecheck && cross-env NODE_ENV=production react-router build",
"build:server": "cross-env NODE_ENV=production rollup -c rollup.config.mjs",
"dev": "npm run with:env -- react-router dev",
"dev:billing": "bash .bin/stripe-dev.sh",
"start": "npm run with:env -- cross-env NODE_ENV=production node build/server/main.js",
"clean": "rimraf .react-router && rimraf node_modules",
"typecheck": "react-router typegen && tsc",