2022-11-23 18:17:54 +01:00
|
|
|
/// <reference types="@types/wicg-file-system-access" />
|
2022-12-18 00:29:16 +01:00
|
|
|
/// <reference types="vite-plugin-pwa/info" />
|
|
|
|
/// <reference types="vite-plugin-pwa/client" />
|
2022-12-26 20:33:19 +01:00
|
|
|
|
|
|
|
declare module 'virtual:build-info' {
|
|
|
|
import type { BuildInfo } from '~/types'
|
2023-01-04 14:26:30 +01:00
|
|
|
export const buildInfo: BuildInfo
|
2022-12-26 20:33:19 +01:00
|
|
|
}
|