实现 nacos + traefik,改了很多东西!!!

This commit is contained in:
编码猿
2025-09-22 02:27:53 +08:00
parent e038fdb965
commit dabb91ef1e
71 changed files with 27668 additions and 189 deletions

7
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,7 @@
packages:
- 'front-end/*'
- 'docker/traefik'
- 'back-end'
# 排除不需要的目录(可选)
- '!** /node_modules'
- '!** /dist'