Initial commit of Todoizer web application
Build and Validate / build-and-test (push) Failing after 1m23s

This commit is contained in:
2026-04-20 08:56:12 -04:00
commit 1f637c6bde
12 changed files with 468 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
set -e
mkdir -p db
# Puma will run app.rb which auto-migrates the database
exec bundle exec puma -C config.ru -b tcp://0.0.0.0:4567