chore: initialize SaaS order service

This commit is contained in:
2026-09-03 21:36:37 +08:00
commit 02a8975198
12 changed files with 5531 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
node_modules/
logs/
dist/
dist-*/
coverage/
*.log
*.tsbuildinfo
.env
.env.*
!.env.example
.tmp-*