Initial commit

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ImBenji
2025-08-04 15:38:46 +01:00
commit e126e6ff94
21 changed files with 2385 additions and 0 deletions

20
pubspec.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: waylume_server
description: A sample command-line application with basic argument parsing.
version: 0.0.1
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.9.0-100.2.beta
# Add regular dependencies here.
dependencies:
args: ^2.5.0
shelf: ^1.4.2
shelf_router: ^1.1.4
supabase: ^2.8.0
dotenv: ^4.2.0
http: ^1.4.0
dev_dependencies:
lints: ^5.0.0
test: ^1.24.0