Merge branch 'main' into sno-fix-playwright-babel

This commit is contained in:
snomiao
2025-09-04 02:08:02 +09:00
committed by GitHub

View File

@@ -110,8 +110,8 @@ const SelectedVersionValues = {
}
const ManagerChannelValues: Record<string, ManagerChannel> = {
DEFAULT: 'default', // ✅ Valid - will compile
DEV: 'dev' // ✅ Valid - will compile
DEFAULT: 'default',
DEV: 'dev'
}
const ManagerDatabaseSourceValues: Record<string, ManagerDatabaseSource> = {