chromia 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitignore +11 -0
- package/.npmrc +1 -0
- package/.svelte-kit/__package__/index.d.ts +42 -0
- package/.svelte-kit/__package__/index.js +42 -0
- package/.svelte-kit/ambient.d.ts +389 -0
- package/.svelte-kit/generated/client/app.js +19 -0
- package/.svelte-kit/generated/client/matchers.js +1 -0
- package/.svelte-kit/generated/client/nodes/0.js +1 -0
- package/.svelte-kit/generated/client/nodes/1.js +1 -0
- package/.svelte-kit/generated/client/nodes/2.js +1 -0
- package/.svelte-kit/generated/client-optimized/app.js +19 -0
- package/.svelte-kit/generated/client-optimized/matchers.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/0.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/1.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/2.js +1 -0
- package/.svelte-kit/generated/root.svelte +57 -0
- package/.svelte-kit/generated/server/internal.js +30 -0
- package/.svelte-kit/non-ambient.d.ts +25 -0
- package/.svelte-kit/output/client/.vite/manifest.json +71 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.fwz0P8IJ.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.k-kUyWhY.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/singletons.BTKERuC0.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/entry/app.WGYaKRLN.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/entry/start.aC2tJUKM.js +4 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/0.TPefyB_B.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/1.YWupMHx9.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/2.sCXEpvk1.js +1 -0
- package/.svelte-kit/output/client/_app/version.json +1 -0
- package/.svelte-kit/output/client/favicon.png +0 -0
- package/.svelte-kit/output/server/.vite/manifest.json +52 -0
- package/.svelte-kit/output/server/chunks/internal.js +211 -0
- package/.svelte-kit/output/server/chunks/ssr.js +117 -0
- package/.svelte-kit/output/server/entries/fallbacks/error.svelte.js +31 -0
- package/.svelte-kit/output/server/entries/fallbacks/layout.svelte.js +7 -0
- package/.svelte-kit/output/server/entries/pages/_page.svelte.js +7 -0
- package/.svelte-kit/output/server/index.js +3052 -0
- package/.svelte-kit/output/server/internal.js +10 -0
- package/.svelte-kit/output/server/manifest-full.js +34 -0
- package/.svelte-kit/output/server/manifest.js +34 -0
- package/.svelte-kit/output/server/nodes/0.js +8 -0
- package/.svelte-kit/output/server/nodes/1.js +8 -0
- package/.svelte-kit/output/server/nodes/2.js +8 -0
- package/.svelte-kit/tsconfig.json +46 -0
- package/.svelte-kit/types/route_meta_data.json +3 -0
- package/.svelte-kit/types/src/routes/$types.d.ts +22 -0
- package/dist/index.d.ts +41 -41
- package/dist/index.js +41 -41
- package/package.json +1 -1
- package/src/app.d.ts +13 -0
- package/src/app.html +12 -0
- package/src/icons/AddImageIcon.svelte +101 -0
- package/src/icons/AddImageIcon.svelte.d.ts +22 -0
- package/src/icons/AddSquareIcon.svelte +88 -0
- package/src/icons/AddSquareIcon.svelte.d.ts +22 -0
- package/src/icons/AlertCircleIcon.svelte +88 -0
- package/src/icons/AlertCircleIcon.svelte.d.ts +22 -0
- package/src/icons/AnnotationXIcon.svelte +88 -0
- package/src/icons/AnnotationXIcon.svelte.d.ts +22 -0
- package/src/icons/ArrowCalendarIcon.svelte +88 -0
- package/src/icons/ArrowCalendarIcon.svelte.d.ts +22 -0
- package/src/icons/ArrowLeftIcon.svelte +88 -0
- package/src/icons/ArrowLeftIcon.svelte.d.ts +22 -0
- package/src/icons/ArrowSwitchIcon.svelte +88 -0
- package/src/icons/ArrowSwitchIcon.svelte.d.ts +22 -0
- package/src/icons/ArrowUpIcon.svelte +88 -0
- package/src/icons/ArrowUpIcon.svelte.d.ts +22 -0
- package/src/icons/BellIcon.svelte +87 -0
- package/src/icons/BellIcon.svelte.d.ts +22 -0
- package/src/icons/BezierIcon.svelte +88 -0
- package/src/icons/BezierIcon.svelte.d.ts +22 -0
- package/src/icons/CalendarIcon.svelte +88 -0
- package/src/icons/CalendarIcon.svelte.d.ts +22 -0
- package/src/icons/CameraIcon.svelte +88 -0
- package/src/icons/CameraIcon.svelte.d.ts +22 -0
- package/src/icons/CertificateIcon.svelte +88 -0
- package/src/icons/CertificateIcon.svelte.d.ts +22 -0
- package/src/icons/CheckCircleIcon.svelte +88 -0
- package/src/icons/CheckCircleIcon.svelte.d.ts +22 -0
- package/src/icons/CheckIcon.svelte +88 -0
- package/src/icons/CheckIcon.svelte.d.ts +22 -0
- package/src/icons/ChevronDownIcon.svelte +88 -0
- package/src/icons/ChevronDownIcon.svelte.d.ts +22 -0
- package/src/icons/ChevronUpIcon.svelte +88 -0
- package/src/icons/ChevronUpIcon.svelte.d.ts +22 -0
- package/src/icons/ClockIcon.svelte +88 -0
- package/src/icons/ClockIcon.svelte.d.ts +22 -0
- package/src/icons/CloseIcon.svelte +88 -0
- package/src/icons/CloseIcon.svelte.d.ts +22 -0
- package/src/icons/CollectionIcon.svelte +88 -0
- package/src/icons/CollectionIcon.svelte.d.ts +22 -0
- package/src/icons/CopyIcon.svelte +88 -0
- package/src/icons/CopyIcon.svelte.d.ts +22 -0
- package/src/icons/EditIcon.svelte +88 -0
- package/src/icons/EditIcon.svelte.d.ts +22 -0
- package/src/icons/FavoriteIcon.svelte +88 -0
- package/src/icons/FavoriteIcon.svelte.d.ts +22 -0
- package/src/icons/FilterIcon.svelte +88 -0
- package/src/icons/FilterIcon.svelte.d.ts +22 -0
- package/src/icons/FlameIcon.svelte +88 -0
- package/src/icons/FlameIcon.svelte.d.ts +22 -0
- package/src/icons/FolderIcon.svelte +88 -0
- package/src/icons/FolderIcon.svelte.d.ts +22 -0
- package/src/icons/FolderPlusIcon.svelte +88 -0
- package/src/icons/FolderPlusIcon.svelte.d.ts +22 -0
- package/src/icons/GridIcon.svelte +133 -0
- package/src/icons/GridIcon.svelte.d.ts +22 -0
- package/src/icons/HourglassIcon.svelte +88 -0
- package/src/icons/HourglassIcon.svelte.d.ts +22 -0
- package/src/icons/LockIcon.svelte +88 -0
- package/src/icons/LockIcon.svelte.d.ts +22 -0
- package/src/icons/LogoutIcon.svelte +88 -0
- package/src/icons/LogoutIcon.svelte.d.ts +22 -0
- package/src/icons/MenuIcon.svelte +117 -0
- package/src/icons/MenuIcon.svelte.d.ts +22 -0
- package/src/icons/NoFolder.svelte +101 -0
- package/src/icons/NoFolder.svelte.d.ts +22 -0
- package/src/icons/NotificationIcon.svelte +88 -0
- package/src/icons/NotificationIcon.svelte.d.ts +22 -0
- package/src/icons/OverlapIcon.svelte +88 -0
- package/src/icons/OverlapIcon.svelte.d.ts +22 -0
- package/src/icons/SearchIcon.svelte +88 -0
- package/src/icons/SearchIcon.svelte.d.ts +22 -0
- package/src/icons/SendIcon.svelte +88 -0
- package/src/icons/SendIcon.svelte.d.ts +22 -0
- package/src/icons/TeamUserIcon.svelte +88 -0
- package/src/icons/TeamUserIcon.svelte.d.ts +22 -0
- package/src/icons/TrashIcon.svelte +88 -0
- package/src/icons/TrashIcon.svelte.d.ts +22 -0
- package/src/icons/UploadIcon.svelte +88 -0
- package/src/icons/UploadIcon.svelte.d.ts +22 -0
- package/src/icons/UserProfileIcon.svelte +89 -0
- package/src/icons/UserProfileIcon.svelte.d.ts +22 -0
- package/src/lib/index.ts +44 -0
- package/src/routes/+page.svelte +0 -0
- package/static/favicon.png +0 -0
- package/svelte.config.js +18 -0
- package/tsconfig.json +15 -0
- package/vite.config.ts +6 -0
- package/yarn.lock +1082 -0
package/.gitignore
ADDED
package/.npmrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
engine-strict=true
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import AddImageIcon from '../src/icons/AddImageIcon.svelte';
|
|
2
|
+
import AddSquareIcon from '../src/icons/AddSquareIcon.svelte';
|
|
3
|
+
import AlertCircleIcon from '../src/icons/AlertCircleIcon.svelte';
|
|
4
|
+
import AnnotationXIcon from '../src/icons/AnnotationXIcon.svelte';
|
|
5
|
+
import ArrowCalendarIcon from '../src/icons/ArrowCalendarIcon.svelte';
|
|
6
|
+
import ArrowLeftIcon from '../src/icons/ArrowLeftIcon.svelte';
|
|
7
|
+
import ArrowSwitchIcon from '../src/icons/ArrowSwitchIcon.svelte';
|
|
8
|
+
import ArrowUpIcon from '../src/icons/ArrowUpIcon.svelte';
|
|
9
|
+
import BellIcon from '../src/icons/BellIcon.svelte';
|
|
10
|
+
import BezierIcon from '../src/icons/BezierIcon.svelte';
|
|
11
|
+
import CalendarIcon from '../src/icons/CalendarIcon.svelte';
|
|
12
|
+
import CameraIcon from '../src/icons/CameraIcon.svelte';
|
|
13
|
+
import CertificateIcon from '../src/icons/CertificateIcon.svelte';
|
|
14
|
+
import CheckCircleIcon from '../src/icons/CheckCircleIcon.svelte';
|
|
15
|
+
import CheckIcon from '../src/icons/CheckIcon.svelte';
|
|
16
|
+
import ChevronDownIcon from '../src/icons/ChevronDownIcon.svelte';
|
|
17
|
+
import ChevronUpIcon from '../src/icons/ChevronUpIcon.svelte';
|
|
18
|
+
import ClockIcon from '../src/icons/ClockIcon.svelte';
|
|
19
|
+
import CloseIcon from '../src/icons/CloseIcon.svelte';
|
|
20
|
+
import CollectionIcon from '../src/icons/CollectionIcon.svelte';
|
|
21
|
+
import CopyIcon from '../src/icons/CopyIcon.svelte';
|
|
22
|
+
import EditIcon from '../src/icons/EditIcon.svelte';
|
|
23
|
+
import FavoriteIcon from '../src/icons/FavoriteIcon.svelte';
|
|
24
|
+
import FilterIcon from '../src/icons/FilterIcon.svelte';
|
|
25
|
+
import FlameIcon from '../src/icons/FlameIcon.svelte';
|
|
26
|
+
import FolderIcon from '../src/icons/FolderIcon.svelte';
|
|
27
|
+
import FolderPlusIcon from '../src/icons/FolderPlusIcon.svelte';
|
|
28
|
+
import GridIcon from '../src/icons/GridIcon.svelte';
|
|
29
|
+
import HourglassIcon from '../src/icons/HourglassIcon.svelte';
|
|
30
|
+
import LockIcon from '../src/icons/LockIcon.svelte';
|
|
31
|
+
import LogoutIcon from '../src/icons/LogoutIcon.svelte';
|
|
32
|
+
import MenuIcon from '../src/icons/MenuIcon.svelte';
|
|
33
|
+
import NoFolder from '../src/icons/NoFolder.svelte';
|
|
34
|
+
import NotificationIcon from '../src/icons/NotificationIcon.svelte';
|
|
35
|
+
import OverlapIcon from '../src/icons/OverlapIcon.svelte';
|
|
36
|
+
import SearchIcon from '../src/icons/SearchIcon.svelte';
|
|
37
|
+
import SendIcon from '../src/icons/SendIcon.svelte';
|
|
38
|
+
import TeamUserIcon from '../src/icons/TeamUserIcon.svelte';
|
|
39
|
+
import TrashIcon from '../src/icons/TrashIcon.svelte';
|
|
40
|
+
import UploadIcon from '../src/icons/UploadIcon.svelte';
|
|
41
|
+
import UserProfileIcon from '../src/icons/UserProfileIcon.svelte';
|
|
42
|
+
export { AddImageIcon, AddSquareIcon, AlertCircleIcon, AnnotationXIcon, ArrowCalendarIcon, ArrowLeftIcon, ArrowSwitchIcon, ArrowUpIcon, BellIcon, BezierIcon, CalendarIcon, CameraIcon, CertificateIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, ClockIcon, CloseIcon, CollectionIcon, CopyIcon, EditIcon, FavoriteIcon, FilterIcon, FlameIcon, FolderIcon, FolderPlusIcon, GridIcon, HourglassIcon, LockIcon, LogoutIcon, MenuIcon, NoFolder, NotificationIcon, OverlapIcon, SearchIcon, SendIcon, TeamUserIcon, TrashIcon, UploadIcon, UserProfileIcon };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import AddImageIcon from '../src/icons/AddImageIcon.svelte';
|
|
2
|
+
import AddSquareIcon from '../src/icons/AddSquareIcon.svelte';
|
|
3
|
+
import AlertCircleIcon from '../src/icons/AlertCircleIcon.svelte';
|
|
4
|
+
import AnnotationXIcon from '../src/icons/AnnotationXIcon.svelte';
|
|
5
|
+
import ArrowCalendarIcon from '../src/icons/ArrowCalendarIcon.svelte';
|
|
6
|
+
import ArrowLeftIcon from '../src/icons/ArrowLeftIcon.svelte';
|
|
7
|
+
import ArrowSwitchIcon from '../src/icons/ArrowSwitchIcon.svelte';
|
|
8
|
+
import ArrowUpIcon from '../src/icons/ArrowUpIcon.svelte';
|
|
9
|
+
import BellIcon from '../src/icons/BellIcon.svelte';
|
|
10
|
+
import BezierIcon from '../src/icons/BezierIcon.svelte';
|
|
11
|
+
import CalendarIcon from '../src/icons/CalendarIcon.svelte';
|
|
12
|
+
import CameraIcon from '../src/icons/CameraIcon.svelte';
|
|
13
|
+
import CertificateIcon from '../src/icons/CertificateIcon.svelte';
|
|
14
|
+
import CheckCircleIcon from '../src/icons/CheckCircleIcon.svelte';
|
|
15
|
+
import CheckIcon from '../src/icons/CheckIcon.svelte';
|
|
16
|
+
import ChevronDownIcon from '../src/icons/ChevronDownIcon.svelte';
|
|
17
|
+
import ChevronUpIcon from '../src/icons/ChevronUpIcon.svelte';
|
|
18
|
+
import ClockIcon from '../src/icons/ClockIcon.svelte';
|
|
19
|
+
import CloseIcon from '../src/icons/CloseIcon.svelte';
|
|
20
|
+
import CollectionIcon from '../src/icons/CollectionIcon.svelte';
|
|
21
|
+
import CopyIcon from '../src/icons/CopyIcon.svelte';
|
|
22
|
+
import EditIcon from '../src/icons/EditIcon.svelte';
|
|
23
|
+
import FavoriteIcon from '../src/icons/FavoriteIcon.svelte';
|
|
24
|
+
import FilterIcon from '../src/icons/FilterIcon.svelte';
|
|
25
|
+
import FlameIcon from '../src/icons/FlameIcon.svelte';
|
|
26
|
+
import FolderIcon from '../src/icons/FolderIcon.svelte';
|
|
27
|
+
import FolderPlusIcon from '../src/icons/FolderPlusIcon.svelte';
|
|
28
|
+
import GridIcon from '../src/icons/GridIcon.svelte';
|
|
29
|
+
import HourglassIcon from '../src/icons/HourglassIcon.svelte';
|
|
30
|
+
import LockIcon from '../src/icons/LockIcon.svelte';
|
|
31
|
+
import LogoutIcon from '../src/icons/LogoutIcon.svelte';
|
|
32
|
+
import MenuIcon from '../src/icons/MenuIcon.svelte';
|
|
33
|
+
import NoFolder from '../src/icons/NoFolder.svelte';
|
|
34
|
+
import NotificationIcon from '../src/icons/NotificationIcon.svelte';
|
|
35
|
+
import OverlapIcon from '../src/icons/OverlapIcon.svelte';
|
|
36
|
+
import SearchIcon from '../src/icons/SearchIcon.svelte';
|
|
37
|
+
import SendIcon from '../src/icons/SendIcon.svelte';
|
|
38
|
+
import TeamUserIcon from '../src/icons/TeamUserIcon.svelte';
|
|
39
|
+
import TrashIcon from '../src/icons/TrashIcon.svelte';
|
|
40
|
+
import UploadIcon from '../src/icons/UploadIcon.svelte';
|
|
41
|
+
import UserProfileIcon from '../src/icons/UserProfileIcon.svelte';
|
|
42
|
+
export { AddImageIcon, AddSquareIcon, AlertCircleIcon, AnnotationXIcon, ArrowCalendarIcon, ArrowLeftIcon, ArrowSwitchIcon, ArrowUpIcon, BellIcon, BezierIcon, CalendarIcon, CameraIcon, CertificateIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, ClockIcon, CloseIcon, CollectionIcon, CopyIcon, EditIcon, FavoriteIcon, FilterIcon, FlameIcon, FolderIcon, FolderPlusIcon, GridIcon, HourglassIcon, LockIcon, LogoutIcon, MenuIcon, NoFolder, NotificationIcon, OverlapIcon, SearchIcon, SendIcon, TeamUserIcon, TrashIcon, UploadIcon, UserProfileIcon };
|
|
@@ -0,0 +1,389 @@
|
|
|
1
|
+
|
|
2
|
+
// this file is generated — do not edit it
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/// <reference types="@sveltejs/kit" />
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Environment variables [loaded by Vite](https://vitejs.dev/guide/env-and-mode.html#env-files) from `.env` files and `process.env`. Like [`$env/dynamic/private`](https://kit.svelte.dev/docs/modules#$env-dynamic-private), this module cannot be imported into client-side code. This module only includes variables that _do not_ begin with [`config.kit.env.publicPrefix`](https://kit.svelte.dev/docs/configuration#env) _and do_ start with [`config.kit.env.privatePrefix`](https://kit.svelte.dev/docs/configuration#env) (if configured).
|
|
9
|
+
*
|
|
10
|
+
* _Unlike_ [`$env/dynamic/private`](https://kit.svelte.dev/docs/modules#$env-dynamic-private), the values exported from this module are statically injected into your bundle at build time, enabling optimisations like dead code elimination.
|
|
11
|
+
*
|
|
12
|
+
* ```ts
|
|
13
|
+
* import { API_KEY } from '$env/static/private';
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* Note that all environment variables referenced in your code should be declared (for example in an `.env` file), even if they don't have a value until the app is deployed:
|
|
17
|
+
*
|
|
18
|
+
* ```
|
|
19
|
+
* MY_FEATURE_FLAG=""
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* You can override `.env` values from the command line like so:
|
|
23
|
+
*
|
|
24
|
+
* ```bash
|
|
25
|
+
* MY_FEATURE_FLAG="enabled" npm run dev
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
declare module '$env/static/private' {
|
|
29
|
+
export const ACLOCAL_PATH: string;
|
|
30
|
+
export const ALLUSERSPROFILE: string;
|
|
31
|
+
export const APPDATA: string;
|
|
32
|
+
export const CHROME_CRASHPAD_PIPE_NAME: string;
|
|
33
|
+
export const COLOR: string;
|
|
34
|
+
export const COLORTERM: string;
|
|
35
|
+
export const COMMONPROGRAMFILES: string;
|
|
36
|
+
export const CommonProgramW6432: string;
|
|
37
|
+
export const COMPUTERNAME: string;
|
|
38
|
+
export const COMSPEC: string;
|
|
39
|
+
export const CONFIG_SITE: string;
|
|
40
|
+
export const DISPLAY: string;
|
|
41
|
+
export const DriverData: string;
|
|
42
|
+
export const EDITOR: string;
|
|
43
|
+
export const EFC_7436: string;
|
|
44
|
+
export const EXEPATH: string;
|
|
45
|
+
export const FPS_BROWSER_APP_PROFILE_STRING: string;
|
|
46
|
+
export const FPS_BROWSER_USER_PROFILE_STRING: string;
|
|
47
|
+
export const GIT_ASKPASS: string;
|
|
48
|
+
export const HOME: string;
|
|
49
|
+
export const HOMEDRIVE: string;
|
|
50
|
+
export const HOMEPATH: string;
|
|
51
|
+
export const HOSTNAME: string;
|
|
52
|
+
export const INFOPATH: string;
|
|
53
|
+
export const INIT_CWD: string;
|
|
54
|
+
export const JAVA_HOME: string;
|
|
55
|
+
export const LANG: string;
|
|
56
|
+
export const LC_CTYPE: string;
|
|
57
|
+
export const LOCALAPPDATA: string;
|
|
58
|
+
export const LOGONSERVER: string;
|
|
59
|
+
export const MANPATH: string;
|
|
60
|
+
export const MINGW_CHOST: string;
|
|
61
|
+
export const MINGW_PACKAGE_PREFIX: string;
|
|
62
|
+
export const MINGW_PREFIX: string;
|
|
63
|
+
export const MSYS: string;
|
|
64
|
+
export const MSYSTEM: string;
|
|
65
|
+
export const MSYSTEM_CARCH: string;
|
|
66
|
+
export const MSYSTEM_CHOST: string;
|
|
67
|
+
export const MSYSTEM_PREFIX: string;
|
|
68
|
+
export const NODE: string;
|
|
69
|
+
export const NODE_EXE: string;
|
|
70
|
+
export const NPM_CLI_JS: string;
|
|
71
|
+
export const npm_command: string;
|
|
72
|
+
export const npm_config_argv: string;
|
|
73
|
+
export const npm_config_bin_links: string;
|
|
74
|
+
export const npm_config_cache: string;
|
|
75
|
+
export const npm_config_engine_strict: string;
|
|
76
|
+
export const npm_config_globalconfig: string;
|
|
77
|
+
export const npm_config_global_prefix: string;
|
|
78
|
+
export const npm_config_ignore_optional: string;
|
|
79
|
+
export const npm_config_ignore_scripts: string;
|
|
80
|
+
export const npm_config_init_license: string;
|
|
81
|
+
export const npm_config_init_module: string;
|
|
82
|
+
export const npm_config_init_version: string;
|
|
83
|
+
export const npm_config_local_prefix: string;
|
|
84
|
+
export const npm_config_node_gyp: string;
|
|
85
|
+
export const npm_config_noproxy: string;
|
|
86
|
+
export const npm_config_npm_version: string;
|
|
87
|
+
export const npm_config_prefix: string;
|
|
88
|
+
export const npm_config_registry: string;
|
|
89
|
+
export const npm_config_save_prefix: string;
|
|
90
|
+
export const npm_config_strict_ssl: string;
|
|
91
|
+
export const npm_config_userconfig: string;
|
|
92
|
+
export const npm_config_user_agent: string;
|
|
93
|
+
export const npm_config_version_commit_hooks: string;
|
|
94
|
+
export const npm_config_version_git_message: string;
|
|
95
|
+
export const npm_config_version_git_sign: string;
|
|
96
|
+
export const npm_config_version_git_tag: string;
|
|
97
|
+
export const npm_config_version_tag_prefix: string;
|
|
98
|
+
export const npm_execpath: string;
|
|
99
|
+
export const npm_lifecycle_event: string;
|
|
100
|
+
export const npm_lifecycle_script: string;
|
|
101
|
+
export const npm_node_execpath: string;
|
|
102
|
+
export const npm_package_description: string;
|
|
103
|
+
export const npm_package_devDependencies_publint: string;
|
|
104
|
+
export const npm_package_devDependencies_svelte: string;
|
|
105
|
+
export const npm_package_devDependencies_svelte_check: string;
|
|
106
|
+
export const npm_package_devDependencies_tslib: string;
|
|
107
|
+
export const npm_package_devDependencies_typescript: string;
|
|
108
|
+
export const npm_package_devDependencies_vite: string;
|
|
109
|
+
export const npm_package_devDependencies__sveltejs_adapter_auto: string;
|
|
110
|
+
export const npm_package_devDependencies__sveltejs_kit: string;
|
|
111
|
+
export const npm_package_devDependencies__sveltejs_package: string;
|
|
112
|
+
export const npm_package_devDependencies__sveltejs_vite_plugin_svelte: string;
|
|
113
|
+
export const npm_package_exports___svelte: string;
|
|
114
|
+
export const npm_package_exports___types: string;
|
|
115
|
+
export const npm_package_files_0: string;
|
|
116
|
+
export const npm_package_files_1: string;
|
|
117
|
+
export const npm_package_files_2: string;
|
|
118
|
+
export const npm_package_json: string;
|
|
119
|
+
export const npm_package_license: string;
|
|
120
|
+
export const npm_package_name: string;
|
|
121
|
+
export const npm_package_peerDependencies_svelte: string;
|
|
122
|
+
export const npm_package_private: string;
|
|
123
|
+
export const npm_package_readmeFilename: string;
|
|
124
|
+
export const npm_package_scripts_build: string;
|
|
125
|
+
export const npm_package_scripts_check: string;
|
|
126
|
+
export const npm_package_scripts_check_watch: string;
|
|
127
|
+
export const npm_package_scripts_dev: string;
|
|
128
|
+
export const npm_package_scripts_package: string;
|
|
129
|
+
export const npm_package_scripts_prepublishOnly: string;
|
|
130
|
+
export const npm_package_scripts_preview: string;
|
|
131
|
+
export const npm_package_svelte: string;
|
|
132
|
+
export const npm_package_type: string;
|
|
133
|
+
export const npm_package_types: string;
|
|
134
|
+
export const npm_package_version: string;
|
|
135
|
+
export const NPM_PREFIX_NPM_CLI_JS: string;
|
|
136
|
+
export const NUMBER_OF_PROCESSORS: string;
|
|
137
|
+
export const OLDPWD: string;
|
|
138
|
+
export const OneDrive: string;
|
|
139
|
+
export const ORIGINAL_PATH: string;
|
|
140
|
+
export const ORIGINAL_TEMP: string;
|
|
141
|
+
export const ORIGINAL_TMP: string;
|
|
142
|
+
export const ORIGINAL_XDG_CURRENT_DESKTOP: string;
|
|
143
|
+
export const OS: string;
|
|
144
|
+
export const PATH: string;
|
|
145
|
+
export const PATHEXT: string;
|
|
146
|
+
export const PKG_CONFIG_PATH: string;
|
|
147
|
+
export const PKG_CONFIG_SYSTEM_INCLUDE_PATH: string;
|
|
148
|
+
export const PKG_CONFIG_SYSTEM_LIBRARY_PATH: string;
|
|
149
|
+
export const PLINK_PROTOCOL: string;
|
|
150
|
+
export const POWERSHELL_DISTRIBUTION_CHANNEL: string;
|
|
151
|
+
export const PROCESSOR_ARCHITECTURE: string;
|
|
152
|
+
export const PROCESSOR_IDENTIFIER: string;
|
|
153
|
+
export const PROCESSOR_LEVEL: string;
|
|
154
|
+
export const PROCESSOR_REVISION: string;
|
|
155
|
+
export const ProgramData: string;
|
|
156
|
+
export const PROGRAMFILES: string;
|
|
157
|
+
export const ProgramW6432: string;
|
|
158
|
+
export const PROMPT: string;
|
|
159
|
+
export const PSModulePath: string;
|
|
160
|
+
export const PUBLIC: string;
|
|
161
|
+
export const PWD: string;
|
|
162
|
+
export const SESSIONNAME: string;
|
|
163
|
+
export const SHELL: string;
|
|
164
|
+
export const SHLVL: string;
|
|
165
|
+
export const SSH_ASKPASS: string;
|
|
166
|
+
export const SYSTEMDRIVE: string;
|
|
167
|
+
export const SYSTEMROOT: string;
|
|
168
|
+
export const TEMP: string;
|
|
169
|
+
export const TERM: string;
|
|
170
|
+
export const TERM_PROGRAM: string;
|
|
171
|
+
export const TERM_PROGRAM_VERSION: string;
|
|
172
|
+
export const TMP: string;
|
|
173
|
+
export const TMPDIR: string;
|
|
174
|
+
export const USERDOMAIN: string;
|
|
175
|
+
export const USERDOMAIN_ROAMINGPROFILE: string;
|
|
176
|
+
export const USERNAME: string;
|
|
177
|
+
export const USERPROFILE: string;
|
|
178
|
+
export const VSCODE_GIT_ASKPASS_EXTRA_ARGS: string;
|
|
179
|
+
export const VSCODE_GIT_ASKPASS_MAIN: string;
|
|
180
|
+
export const VSCODE_GIT_ASKPASS_NODE: string;
|
|
181
|
+
export const VSCODE_GIT_IPC_HANDLE: string;
|
|
182
|
+
export const WINDIR: string;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Similar to [`$env/static/private`](https://kit.svelte.dev/docs/modules#$env-static-private), except that it only includes environment variables that begin with [`config.kit.env.publicPrefix`](https://kit.svelte.dev/docs/configuration#env) (which defaults to `PUBLIC_`), and can therefore safely be exposed to client-side code.
|
|
187
|
+
*
|
|
188
|
+
* Values are replaced statically at build time.
|
|
189
|
+
*
|
|
190
|
+
* ```ts
|
|
191
|
+
* import { PUBLIC_BASE_URL } from '$env/static/public';
|
|
192
|
+
* ```
|
|
193
|
+
*/
|
|
194
|
+
declare module '$env/static/public' {
|
|
195
|
+
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* This module provides access to runtime environment variables, as defined by the platform you're running on. For example if you're using [`adapter-node`](https://github.com/sveltejs/kit/tree/main/packages/adapter-node) (or running [`vite preview`](https://kit.svelte.dev/docs/cli)), this is equivalent to `process.env`. This module only includes variables that _do not_ begin with [`config.kit.env.publicPrefix`](https://kit.svelte.dev/docs/configuration#env) _and do_ start with [`config.kit.env.privatePrefix`](https://kit.svelte.dev/docs/configuration#env) (if configured).
|
|
200
|
+
*
|
|
201
|
+
* This module cannot be imported into client-side code.
|
|
202
|
+
*
|
|
203
|
+
* Dynamic environment variables cannot be used during prerendering.
|
|
204
|
+
*
|
|
205
|
+
* ```ts
|
|
206
|
+
* import { env } from '$env/dynamic/private';
|
|
207
|
+
* console.log(env.DEPLOYMENT_SPECIFIC_VARIABLE);
|
|
208
|
+
* ```
|
|
209
|
+
*
|
|
210
|
+
* > In `dev`, `$env/dynamic` always includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter.
|
|
211
|
+
*/
|
|
212
|
+
declare module '$env/dynamic/private' {
|
|
213
|
+
export const env: {
|
|
214
|
+
ACLOCAL_PATH: string;
|
|
215
|
+
ALLUSERSPROFILE: string;
|
|
216
|
+
APPDATA: string;
|
|
217
|
+
CHROME_CRASHPAD_PIPE_NAME: string;
|
|
218
|
+
COLOR: string;
|
|
219
|
+
COLORTERM: string;
|
|
220
|
+
COMMONPROGRAMFILES: string;
|
|
221
|
+
CommonProgramW6432: string;
|
|
222
|
+
COMPUTERNAME: string;
|
|
223
|
+
COMSPEC: string;
|
|
224
|
+
CONFIG_SITE: string;
|
|
225
|
+
DISPLAY: string;
|
|
226
|
+
DriverData: string;
|
|
227
|
+
EDITOR: string;
|
|
228
|
+
EFC_7436: string;
|
|
229
|
+
EXEPATH: string;
|
|
230
|
+
FPS_BROWSER_APP_PROFILE_STRING: string;
|
|
231
|
+
FPS_BROWSER_USER_PROFILE_STRING: string;
|
|
232
|
+
GIT_ASKPASS: string;
|
|
233
|
+
HOME: string;
|
|
234
|
+
HOMEDRIVE: string;
|
|
235
|
+
HOMEPATH: string;
|
|
236
|
+
HOSTNAME: string;
|
|
237
|
+
INFOPATH: string;
|
|
238
|
+
INIT_CWD: string;
|
|
239
|
+
JAVA_HOME: string;
|
|
240
|
+
LANG: string;
|
|
241
|
+
LC_CTYPE: string;
|
|
242
|
+
LOCALAPPDATA: string;
|
|
243
|
+
LOGONSERVER: string;
|
|
244
|
+
MANPATH: string;
|
|
245
|
+
MINGW_CHOST: string;
|
|
246
|
+
MINGW_PACKAGE_PREFIX: string;
|
|
247
|
+
MINGW_PREFIX: string;
|
|
248
|
+
MSYS: string;
|
|
249
|
+
MSYSTEM: string;
|
|
250
|
+
MSYSTEM_CARCH: string;
|
|
251
|
+
MSYSTEM_CHOST: string;
|
|
252
|
+
MSYSTEM_PREFIX: string;
|
|
253
|
+
NODE: string;
|
|
254
|
+
NODE_EXE: string;
|
|
255
|
+
NPM_CLI_JS: string;
|
|
256
|
+
npm_command: string;
|
|
257
|
+
npm_config_argv: string;
|
|
258
|
+
npm_config_bin_links: string;
|
|
259
|
+
npm_config_cache: string;
|
|
260
|
+
npm_config_engine_strict: string;
|
|
261
|
+
npm_config_globalconfig: string;
|
|
262
|
+
npm_config_global_prefix: string;
|
|
263
|
+
npm_config_ignore_optional: string;
|
|
264
|
+
npm_config_ignore_scripts: string;
|
|
265
|
+
npm_config_init_license: string;
|
|
266
|
+
npm_config_init_module: string;
|
|
267
|
+
npm_config_init_version: string;
|
|
268
|
+
npm_config_local_prefix: string;
|
|
269
|
+
npm_config_node_gyp: string;
|
|
270
|
+
npm_config_noproxy: string;
|
|
271
|
+
npm_config_npm_version: string;
|
|
272
|
+
npm_config_prefix: string;
|
|
273
|
+
npm_config_registry: string;
|
|
274
|
+
npm_config_save_prefix: string;
|
|
275
|
+
npm_config_strict_ssl: string;
|
|
276
|
+
npm_config_userconfig: string;
|
|
277
|
+
npm_config_user_agent: string;
|
|
278
|
+
npm_config_version_commit_hooks: string;
|
|
279
|
+
npm_config_version_git_message: string;
|
|
280
|
+
npm_config_version_git_sign: string;
|
|
281
|
+
npm_config_version_git_tag: string;
|
|
282
|
+
npm_config_version_tag_prefix: string;
|
|
283
|
+
npm_execpath: string;
|
|
284
|
+
npm_lifecycle_event: string;
|
|
285
|
+
npm_lifecycle_script: string;
|
|
286
|
+
npm_node_execpath: string;
|
|
287
|
+
npm_package_description: string;
|
|
288
|
+
npm_package_devDependencies_publint: string;
|
|
289
|
+
npm_package_devDependencies_svelte: string;
|
|
290
|
+
npm_package_devDependencies_svelte_check: string;
|
|
291
|
+
npm_package_devDependencies_tslib: string;
|
|
292
|
+
npm_package_devDependencies_typescript: string;
|
|
293
|
+
npm_package_devDependencies_vite: string;
|
|
294
|
+
npm_package_devDependencies__sveltejs_adapter_auto: string;
|
|
295
|
+
npm_package_devDependencies__sveltejs_kit: string;
|
|
296
|
+
npm_package_devDependencies__sveltejs_package: string;
|
|
297
|
+
npm_package_devDependencies__sveltejs_vite_plugin_svelte: string;
|
|
298
|
+
npm_package_exports___svelte: string;
|
|
299
|
+
npm_package_exports___types: string;
|
|
300
|
+
npm_package_files_0: string;
|
|
301
|
+
npm_package_files_1: string;
|
|
302
|
+
npm_package_files_2: string;
|
|
303
|
+
npm_package_json: string;
|
|
304
|
+
npm_package_license: string;
|
|
305
|
+
npm_package_name: string;
|
|
306
|
+
npm_package_peerDependencies_svelte: string;
|
|
307
|
+
npm_package_private: string;
|
|
308
|
+
npm_package_readmeFilename: string;
|
|
309
|
+
npm_package_scripts_build: string;
|
|
310
|
+
npm_package_scripts_check: string;
|
|
311
|
+
npm_package_scripts_check_watch: string;
|
|
312
|
+
npm_package_scripts_dev: string;
|
|
313
|
+
npm_package_scripts_package: string;
|
|
314
|
+
npm_package_scripts_prepublishOnly: string;
|
|
315
|
+
npm_package_scripts_preview: string;
|
|
316
|
+
npm_package_svelte: string;
|
|
317
|
+
npm_package_type: string;
|
|
318
|
+
npm_package_types: string;
|
|
319
|
+
npm_package_version: string;
|
|
320
|
+
NPM_PREFIX_NPM_CLI_JS: string;
|
|
321
|
+
NUMBER_OF_PROCESSORS: string;
|
|
322
|
+
OLDPWD: string;
|
|
323
|
+
OneDrive: string;
|
|
324
|
+
ORIGINAL_PATH: string;
|
|
325
|
+
ORIGINAL_TEMP: string;
|
|
326
|
+
ORIGINAL_TMP: string;
|
|
327
|
+
ORIGINAL_XDG_CURRENT_DESKTOP: string;
|
|
328
|
+
OS: string;
|
|
329
|
+
PATH: string;
|
|
330
|
+
PATHEXT: string;
|
|
331
|
+
PKG_CONFIG_PATH: string;
|
|
332
|
+
PKG_CONFIG_SYSTEM_INCLUDE_PATH: string;
|
|
333
|
+
PKG_CONFIG_SYSTEM_LIBRARY_PATH: string;
|
|
334
|
+
PLINK_PROTOCOL: string;
|
|
335
|
+
POWERSHELL_DISTRIBUTION_CHANNEL: string;
|
|
336
|
+
PROCESSOR_ARCHITECTURE: string;
|
|
337
|
+
PROCESSOR_IDENTIFIER: string;
|
|
338
|
+
PROCESSOR_LEVEL: string;
|
|
339
|
+
PROCESSOR_REVISION: string;
|
|
340
|
+
ProgramData: string;
|
|
341
|
+
PROGRAMFILES: string;
|
|
342
|
+
ProgramW6432: string;
|
|
343
|
+
PROMPT: string;
|
|
344
|
+
PSModulePath: string;
|
|
345
|
+
PUBLIC: string;
|
|
346
|
+
PWD: string;
|
|
347
|
+
SESSIONNAME: string;
|
|
348
|
+
SHELL: string;
|
|
349
|
+
SHLVL: string;
|
|
350
|
+
SSH_ASKPASS: string;
|
|
351
|
+
SYSTEMDRIVE: string;
|
|
352
|
+
SYSTEMROOT: string;
|
|
353
|
+
TEMP: string;
|
|
354
|
+
TERM: string;
|
|
355
|
+
TERM_PROGRAM: string;
|
|
356
|
+
TERM_PROGRAM_VERSION: string;
|
|
357
|
+
TMP: string;
|
|
358
|
+
TMPDIR: string;
|
|
359
|
+
USERDOMAIN: string;
|
|
360
|
+
USERDOMAIN_ROAMINGPROFILE: string;
|
|
361
|
+
USERNAME: string;
|
|
362
|
+
USERPROFILE: string;
|
|
363
|
+
VSCODE_GIT_ASKPASS_EXTRA_ARGS: string;
|
|
364
|
+
VSCODE_GIT_ASKPASS_MAIN: string;
|
|
365
|
+
VSCODE_GIT_ASKPASS_NODE: string;
|
|
366
|
+
VSCODE_GIT_IPC_HANDLE: string;
|
|
367
|
+
WINDIR: string;
|
|
368
|
+
[key: `PUBLIC_${string}`]: undefined;
|
|
369
|
+
[key: `${string}`]: string | undefined;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* Similar to [`$env/dynamic/private`](https://kit.svelte.dev/docs/modules#$env-dynamic-private), but only includes variables that begin with [`config.kit.env.publicPrefix`](https://kit.svelte.dev/docs/configuration#env) (which defaults to `PUBLIC_`), and can therefore safely be exposed to client-side code.
|
|
375
|
+
*
|
|
376
|
+
* Note that public dynamic environment variables must all be sent from the server to the client, causing larger network requests — when possible, use `$env/static/public` instead.
|
|
377
|
+
*
|
|
378
|
+
* Dynamic environment variables cannot be used during prerendering.
|
|
379
|
+
*
|
|
380
|
+
* ```ts
|
|
381
|
+
* import { env } from '$env/dynamic/public';
|
|
382
|
+
* console.log(env.PUBLIC_DEPLOYMENT_SPECIFIC_VARIABLE);
|
|
383
|
+
* ```
|
|
384
|
+
*/
|
|
385
|
+
declare module '$env/dynamic/public' {
|
|
386
|
+
export const env: {
|
|
387
|
+
[key: `PUBLIC_${string}`]: string | undefined;
|
|
388
|
+
}
|
|
389
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export { matchers } from './matchers.js';
|
|
2
|
+
|
|
3
|
+
export const nodes = [
|
|
4
|
+
() => import('./nodes/0'),
|
|
5
|
+
() => import('./nodes/1'),
|
|
6
|
+
() => import('./nodes/2')
|
|
7
|
+
];
|
|
8
|
+
|
|
9
|
+
export const server_loads = [];
|
|
10
|
+
|
|
11
|
+
export const dictionary = {
|
|
12
|
+
"/": [2]
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export const hooks = {
|
|
16
|
+
handleError: (({ error }) => { console.error(error) }),
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export { default as root } from '../root.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const matchers = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../node_modules/@sveltejs/kit/src/runtime/components/layout.svelte";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../node_modules/@sveltejs/kit/src/runtime/components/error.svelte";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../src/routes/+page.svelte";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export { matchers } from './matchers.js';
|
|
2
|
+
|
|
3
|
+
export const nodes = [
|
|
4
|
+
() => import('./nodes/0'),
|
|
5
|
+
() => import('./nodes/1'),
|
|
6
|
+
() => import('./nodes/2')
|
|
7
|
+
];
|
|
8
|
+
|
|
9
|
+
export const server_loads = [];
|
|
10
|
+
|
|
11
|
+
export const dictionary = {
|
|
12
|
+
"/": [2]
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export const hooks = {
|
|
16
|
+
handleError: (({ error }) => { console.error(error) }),
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export { default as root } from '../root.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const matchers = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../node_modules/@sveltejs/kit/src/runtime/components/layout.svelte";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../node_modules/@sveltejs/kit/src/runtime/components/error.svelte";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../src/routes/+page.svelte";
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<!-- This file is generated by @sveltejs/kit — do not edit it! -->
|
|
2
|
+
|
|
3
|
+
<script>
|
|
4
|
+
import { setContext, afterUpdate, onMount, tick } from 'svelte';
|
|
5
|
+
import { browser } from '$app/environment';
|
|
6
|
+
|
|
7
|
+
// stores
|
|
8
|
+
export let stores;
|
|
9
|
+
export let page;
|
|
10
|
+
|
|
11
|
+
export let constructors;
|
|
12
|
+
export let components = [];
|
|
13
|
+
export let form;
|
|
14
|
+
export let data_0 = null;
|
|
15
|
+
export let data_1 = null;
|
|
16
|
+
|
|
17
|
+
if (!browser) {
|
|
18
|
+
setContext('__svelte__', stores);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
$: stores.page.set(page);
|
|
22
|
+
afterUpdate(stores.page.notify);
|
|
23
|
+
|
|
24
|
+
let mounted = false;
|
|
25
|
+
let navigated = false;
|
|
26
|
+
let title = null;
|
|
27
|
+
|
|
28
|
+
onMount(() => {
|
|
29
|
+
const unsubscribe = stores.page.subscribe(() => {
|
|
30
|
+
if (mounted) {
|
|
31
|
+
navigated = true;
|
|
32
|
+
tick().then(() => {
|
|
33
|
+
title = document.title || 'untitled page';
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
mounted = true;
|
|
39
|
+
return unsubscribe;
|
|
40
|
+
});
|
|
41
|
+
</script>
|
|
42
|
+
|
|
43
|
+
{#if constructors[1]}
|
|
44
|
+
<svelte:component this={constructors[0]} bind:this={components[0]} data={data_0}>
|
|
45
|
+
<svelte:component this={constructors[1]} bind:this={components[1]} data={data_1} {form} />
|
|
46
|
+
</svelte:component>
|
|
47
|
+
{:else}
|
|
48
|
+
<svelte:component this={constructors[0]} bind:this={components[0]} data={data_0} {form} />
|
|
49
|
+
{/if}
|
|
50
|
+
|
|
51
|
+
{#if mounted}
|
|
52
|
+
<div id="svelte-announcer" aria-live="assertive" aria-atomic="true" style="position: absolute; left: 0; top: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; width: 1px; height: 1px">
|
|
53
|
+
{#if navigated}
|
|
54
|
+
{title}
|
|
55
|
+
{/if}
|
|
56
|
+
</div>
|
|
57
|
+
{/if}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
import root from '../root.svelte';
|
|
3
|
+
import { set_building } from '__sveltekit/environment';
|
|
4
|
+
import { set_assets } from '__sveltekit/paths';
|
|
5
|
+
import { set_private_env, set_public_env, set_safe_public_env } from '../../../node_modules/@sveltejs/kit/src/runtime/shared-server.js';
|
|
6
|
+
|
|
7
|
+
export const options = {
|
|
8
|
+
app_dir: "_app",
|
|
9
|
+
app_template_contains_nonce: false,
|
|
10
|
+
csp: {"mode":"auto","directives":{"upgrade-insecure-requests":false,"block-all-mixed-content":false},"reportOnly":{"upgrade-insecure-requests":false,"block-all-mixed-content":false}},
|
|
11
|
+
csrf_check_origin: true,
|
|
12
|
+
embedded: false,
|
|
13
|
+
env_public_prefix: 'PUBLIC_',
|
|
14
|
+
env_private_prefix: '',
|
|
15
|
+
hooks: null, // added lazily, via `get_hooks`
|
|
16
|
+
preload_strategy: "modulepreload",
|
|
17
|
+
root,
|
|
18
|
+
service_worker: false,
|
|
19
|
+
templates: {
|
|
20
|
+
app: ({ head, body, assets, nonce, env }) => "<!doctype html>\r\n<html lang=\"en\">\r\n\t<head>\r\n\t\t<meta charset=\"utf-8\" />\r\n\t\t<link rel=\"icon\" href=\"" + assets + "/favicon.png\" />\r\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\r\n\t\t" + head + "\r\n\t</head>\r\n\t<body data-sveltekit-preload-data=\"hover\">\r\n\t\t<div>" + body + "</div>\r\n\t</body>\r\n</html>\r\n",
|
|
21
|
+
error: ({ status, message }) => "<!doctype html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>" + message + "</title>\n\n\t\t<style>\n\t\t\tbody {\n\t\t\t\t--bg: white;\n\t\t\t\t--fg: #222;\n\t\t\t\t--divider: #ccc;\n\t\t\t\tbackground: var(--bg);\n\t\t\t\tcolor: var(--fg);\n\t\t\t\tfont-family:\n\t\t\t\t\tsystem-ui,\n\t\t\t\t\t-apple-system,\n\t\t\t\t\tBlinkMacSystemFont,\n\t\t\t\t\t'Segoe UI',\n\t\t\t\t\tRoboto,\n\t\t\t\t\tOxygen,\n\t\t\t\t\tUbuntu,\n\t\t\t\t\tCantarell,\n\t\t\t\t\t'Open Sans',\n\t\t\t\t\t'Helvetica Neue',\n\t\t\t\t\tsans-serif;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\theight: 100vh;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t.error {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tmax-width: 32rem;\n\t\t\t\tmargin: 0 1rem;\n\t\t\t}\n\n\t\t\t.status {\n\t\t\t\tfont-weight: 200;\n\t\t\t\tfont-size: 3rem;\n\t\t\t\tline-height: 1;\n\t\t\t\tposition: relative;\n\t\t\t\ttop: -0.05rem;\n\t\t\t}\n\n\t\t\t.message {\n\t\t\t\tborder-left: 1px solid var(--divider);\n\t\t\t\tpadding: 0 0 0 1rem;\n\t\t\t\tmargin: 0 0 0 1rem;\n\t\t\t\tmin-height: 2.5rem;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.message h1 {\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 1em;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t@media (prefers-color-scheme: dark) {\n\t\t\t\tbody {\n\t\t\t\t\t--bg: #222;\n\t\t\t\t\t--fg: #ddd;\n\t\t\t\t\t--divider: #666;\n\t\t\t\t}\n\t\t\t}\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<div class=\"error\">\n\t\t\t<span class=\"status\">" + status + "</span>\n\t\t\t<div class=\"message\">\n\t\t\t\t<h1>" + message + "</h1>\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>\n"
|
|
22
|
+
},
|
|
23
|
+
version_hash: "pu401j"
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export function get_hooks() {
|
|
27
|
+
return {};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export { set_assets, set_building, set_private_env, set_public_env, set_safe_public_env };
|