initial commit

This commit is contained in:
Henry Hiles 2025-07-26 21:21:04 -04:00
commit 6490b8fef6
No known key found for this signature in database
16 changed files with 1910 additions and 0 deletions

24
pubspec.yaml Normal file
View file

@ -0,0 +1,24 @@
name: lasuite_docs_proxy
description: A proxy for lasuite docs s3 to work with caddy. For personal use mainly, probably won't work for you without patching (feel free to PR).
version: 1.0.0
publish_to: none
executables:
lasuite_docs_proxy: main
environment:
sdk: ^3.8.0
dependencies:
http: ^1.4.0
shelf: ^1.4.0
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
shelf_router: ^1.1.4
cli_tools: ^0.6.0
args: ^2.7.0
dev_dependencies:
build_runner: ^2.4.6
freezed: ^3.0.6
json_serializable: ^6.7.1
lints: ^6.0.0