initial commit: rocket.new export of broadcastbeat

This commit is contained in:
Ryan Salazar
2026-05-07 16:39:17 +00:00
commit 70aa1ad46e
302 changed files with 60710 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Node modules
node_modules/
package-lock.json
# Next.js build output
.next/
out/
# Production build
build/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS-specific files
.DS_Store
Thumbs.db
# Vercel deployment
.vercel/
# Environment files (secrets — push to Coolify as app env vars instead)
.env
.env.local
.env.*.local
# Optional: if using TypeScript
*.tsbuildinfo
# Optional: if using testing tools
coverage/
jest-test-results.json
# Optional: if using IDEs
.vscode/
.idea/
# Optional: if using TurboRepo or monorepo
turbo/