mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 18:42:48 +03:00
chore: remove unused file (#4576)
This commit is contained in:
parent
8f5ee9234c
commit
a731499024
@ -1,12 +0,0 @@
|
|||||||
import type { BuildFlags } from '@affine/cli/config';
|
|
||||||
|
|
||||||
export function computeCacheKey(buildFlags: BuildFlags) {
|
|
||||||
return [
|
|
||||||
'1',
|
|
||||||
'node' + process.version,
|
|
||||||
buildFlags.mode,
|
|
||||||
buildFlags.distribution,
|
|
||||||
buildFlags.channel,
|
|
||||||
...(buildFlags.localBlockSuite ? [buildFlags.localBlockSuite] : []),
|
|
||||||
].join('-');
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user