Release 202505271800

This commit is contained in:
pluja
2025-05-27 18:00:08 +00:00
parent e536ca6519
commit 70a097054b
4 changed files with 104 additions and 32 deletions

View File

@@ -177,6 +177,12 @@ export default defineConfig({
url: true,
optional: false,
}),
LOGS_UI_URL: envField.string({
context: 'server',
access: 'secret',
url: true,
optional: true,
}),
RELEASE_NUMBER: envField.number({
context: 'server',