Skip to content

Commit

Permalink
feat(server): Improve sse module
Browse files Browse the repository at this point in the history
  • Loading branch information
aFlyBird0 authored and zhidongyin committed May 18, 2023
1 parent cef5c1d commit e1a5c2e
Show file tree
Hide file tree
Showing 14 changed files with 224 additions and 74 deletions.
3 changes: 2 additions & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [Prisma](https://www.prisma.io)
- [MinIO](https://min.io) object storage
- [APISIX](https://apisix.apache.org) gateway
- [nestjs-i18n](https://nestjs-i18n.com/) i18n

## Prerequisites

Expand Down Expand Up @@ -59,4 +60,4 @@ telepresence leave laf-server-laf-system

## Troubleshooting

- `telepresence helm install` failed for `arm64 / Apple Chip` cluster, please upgrade your telepresence to `v2.11.1` or later.
- `telepresence helm install` failed for `arm64 / Apple Chip` cluster, please upgrade your telepresence to `v2.11.1` or later.
24 changes: 0 additions & 24 deletions server/env.sh

This file was deleted.

10 changes: 9 additions & 1 deletion server/nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{
"include": "i18n/**/*",
"watchAssets": true
}
]
}
}
Loading

0 comments on commit e1a5c2e

Please sign in to comment.