add merge permission test log (#1131)

Test console merge.
This commit is contained in:
ekko
2026-05-29 22:44:43 +08:00
committed by GitHub
parent b5b7d55958
commit 91869ea907
+1
View File
@@ -83,6 +83,7 @@ function safeNetworkInterfaces() {
export async function bootstrap() {
console.log(`hermes-web-ui v${APP_VERSION} starting...`)
console.log('[bootstrap] merge permission test')
await mkdir(config.uploadDir, { recursive: true })
await mkdir(config.dataDir, { recursive: true })