Enable auth-service/api-gateway on production, build their images in CI

This commit is contained in:
2026-08-18 14:11:00 +07:00
parent e5afedfa2f
commit b68005be1c
70 changed files with 6781 additions and 263 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
{
"name": "@duoc-thu/config",
"private": true,
"version": "0.0.0"
"version": "0.0.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0"
}
}