ci: install @types/affine__env on server build (#11252)

This commit is contained in:
fengmk2
2025-03-28 05:01:47 +00:00
parent e2c752d56f
commit bfa7e9a007
15 changed files with 22 additions and 22 deletions

View File

@@ -12,5 +12,6 @@ defineModuleConfig('docService', {
endpoint: {
desc: 'The endpoint of the doc service.',
default: '',
env: 'DOC_SERVICE_ENDPOINT',
},
});