mirror of
https://github.com/rxliuli/apps.apple.com.git
synced 2026-03-23 23:27:39 +01:00
init commit
This commit is contained in:
5
node_modules/svelte/src/runtime/internal/disclose-version/index.js
generated
vendored
Normal file
5
node_modules/svelte/src/runtime/internal/disclose-version/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { PUBLIC_VERSION } from '../../../shared/version.js';
|
||||
|
||||
if (typeof window !== 'undefined')
|
||||
// @ts-ignore
|
||||
(window.__svelte || (window.__svelte = { v: new Set() })).v.add(PUBLIC_VERSION);
|
||||
Reference in New Issue
Block a user