Files
teamwallet/myteamwallet_backend/Procfile
Bastian Wagner 6bea4f766a first commit
2026-07-31 21:02:47 +02:00

2 lines
92 B
Plaintext

web: npm run start:prod
release: echo '' > .env && npm run migration:run && npm run seed:run