Starting to go places. More testing in place, need to solidify the dashboard api boundary next

This commit is contained in:
Nate Anderson
2025-06-12 11:36:30 -06:00
commit 8ea06b12f7
44 changed files with 7736 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name: xp_nix
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.7.3
# Add regular dependencies here.
dependencies:
sqlite3: ^2.7.6
shelf: ^1.4.1
shelf_router: ^1.1.4
shelf_static: ^1.1.2
# path: ^1.8.0
dev_dependencies:
lints: ^5.0.0
test: ^1.24.0