Skip to content

Commit aa6c920

Browse files
committed
refactor: add empty admin dist asset
1 parent 89d8896 commit aa6c920

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ target/
1818
/target
1919
.vscode
2020
node_moudles
21-
dist
2221
dhat*.json
2322
default_*
2423
report.*

TODO.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
- [ ] better error handler
44
- [ ] log rotate
55
- [ ] support validate config before save(web)
6-
- [ ] http response cache(stroage: tinyufo, file, redis, etc)
6+
- [ ] http response cache(storage: tinyufo, file)
77
- [ ] support validate config for plugin
88
- [ ] jwt sign response plugin
99
- [ ] secret storage
10+
- [ ] tcp fast open for upstream
1011
- [x] support keepalive for server accept connection
1112
- [x] jwt auth proxy plugin
1213
- [x] location supports client body size limit

dist/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Admin Asset
2+
3+
```bash
4+
make build-web
5+
```

0 commit comments

Comments
 (0)