mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
@@ -56,6 +56,8 @@ export const appInfo = {
|
||||
scheme,
|
||||
};
|
||||
|
||||
export type AppInfo = typeof appInfo;
|
||||
|
||||
function getMainAPIs() {
|
||||
const meta: ExposedMeta = (() => {
|
||||
const val = process.argv
|
||||
|
||||
@@ -94,3 +94,5 @@ export const sharedStorage = {
|
||||
globalState,
|
||||
globalCache,
|
||||
};
|
||||
|
||||
export type SharedStorage = typeof sharedStorage;
|
||||
|
||||
Reference in New Issue
Block a user