Spaces:
Paused
Paused
| # Configure git identity for runtime | |
| git config --global user.email "bot@hugstream.upload" | |
| git config --global user.name "Hugstream Upload Bot" | |
| echo "Git identity configured:" | |
| git config --global user.email | |
| git config --global user.name | |
| # Start the application | |
| node dist/index.js | |