backend_shopify_data4autos/shopify.web.toml
metatroncubeswdev 6cb1d01b0c Inital commit
2025-06-27 18:48:53 -04:00

8 lines
195 B
TOML

name = "remix"
roles = ["frontend", "backend"]
webhooks_path = "/webhooks/app/uninstalled"
[commands]
predev = "npx prisma generate"
dev = "npx prisma migrate deploy && npm exec remix vite:dev"