初始化项目

This commit is contained in:
2026-03-12 21:24:49 +08:00
commit c2b9c5d4c0
67 changed files with 8659 additions and 0 deletions

17
pubspec.yaml Normal file
View File

@@ -0,0 +1,17 @@
name: loongyan
description: A server app using the shelf package and Docker.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.10.7
dependencies:
shelf: ^1.4.2
shelf_router: ^1.1.2
path: ^1.9.0
dev_dependencies:
http: ^1.2.2
lints: ^6.0.0
test: ^1.25.6