chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-28 12:36:05 +02:00
commit b21fe5a987
202 changed files with 9063 additions and 0 deletions

3
db/sqlite-seed.sql Normal file
View File

@@ -0,0 +1,3 @@
INSERT INTO message_state (id, message)
VALUES (1, 'Hello from Starter')
ON CONFLICT (id) DO NOTHING;