initial commit
This commit is contained in:
parent
39c67e77ec
commit
6490b8fef6
16 changed files with 1910 additions and 0 deletions
24
pubspec.yaml
Normal file
24
pubspec.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue