Release 202506112228

This commit is contained in:
pluja
2025-06-11 22:28:53 +00:00
parent d9880fd83d
commit 03abdef4f1
6 changed files with 54 additions and 13 deletions

View File

@@ -122,7 +122,7 @@ export default defineConfig({
}),
// Public URLs (can be accessed from both server and client)
SOURCE_CODE_URL: envField.string({
context: 'server',
context: 'client',
access: 'public',
url: true,
optional: false,