mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
build: enhance nx build (#2948)
This commit is contained in:
2
packages/env/src/global.ts
vendored
2
packages/env/src/global.ts
vendored
@@ -87,7 +87,6 @@ export const publicRuntimeConfigSchema = buildFlagsSchema.extend({
|
||||
gitVersion: z.string(),
|
||||
hash: z.string(),
|
||||
serverAPI: z.string(),
|
||||
editorVersion: z.string(),
|
||||
editorFlags: blockSuiteFeatureFlags,
|
||||
});
|
||||
|
||||
@@ -173,7 +172,6 @@ function printBuildInfo() {
|
||||
'Build date:',
|
||||
config.BUILD_DATE ? new Date(config.BUILD_DATE).toLocaleString() : 'Unknown'
|
||||
);
|
||||
console.log('Editor Version:', config.editorVersion);
|
||||
|
||||
console.log('Version:', config.gitVersion);
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user