chore: add google requirements

This commit is contained in:
kwaroran
2024-05-25 01:11:59 +09:00
parent 68cf8d59a0
commit e5e7533e1a
4 changed files with 14 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ export const isTauri = !!window.__TAURI__
//@ts-ignore
export const isNodeServer = !!globalThis.__NODE__
export const forageStorage = new AutoStorage()
export const googleBuild = false
interface fetchLog{
body:string