diff --git a/.gitignore b/.gitignore
index 2d14f9a..49c5e6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,10 +5,8 @@ node_modules
.vercel
.netlify
.wrangler
-/.svelte-kit
-/build
-website/.svelte-kit/
-website/build/
+**/.svelte-kit/
+**/build/
pb_public/
# OS
.DS_Store
diff --git a/website/.svelte-kit/ambient.d.ts b/website/.svelte-kit/ambient.d.ts
deleted file mode 100644
index 1d4cce5..0000000
--- a/website/.svelte-kit/ambient.d.ts
+++ /dev/null
@@ -1,420 +0,0 @@
-
-// this file is generated — do not edit it
-
-
-///
-
-/**
- * This module provides access to environment variables that are injected _statically_ into your bundle at build time and are limited to _private_ access.
- *
- * | | Runtime | Build time |
- * | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
- * | Private | [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private) | [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private) |
- * | Public | [`$env/dynamic/public`](https://svelte.dev/docs/kit/$env-dynamic-public) | [`$env/static/public`](https://svelte.dev/docs/kit/$env-static-public) |
- *
- * Static environment variables are [loaded by Vite](https://vitejs.dev/guide/env-and-mode.html#env-files) from `.env` files and `process.env` at build time and then statically injected into your bundle at build time, enabling optimisations like dead code elimination.
- *
- * **_Private_ access:**
- *
- * - This module cannot be imported into client-side code
- * - This module only includes variables that _do not_ begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) _and do_ start with [`config.kit.env.privatePrefix`](https://svelte.dev/docs/kit/configuration#env) (if configured)
- *
- * For example, given the following build time environment:
- *
- * ```env
- * ENVIRONMENT=production
- * PUBLIC_BASE_URL=http://site.com
- * ```
- *
- * With the default `publicPrefix` and `privatePrefix`:
- *
- * ```ts
- * import { ENVIRONMENT, PUBLIC_BASE_URL } from '$env/static/private';
- *
- * console.log(ENVIRONMENT); // => "production"
- * console.log(PUBLIC_BASE_URL); // => throws error during build
- * ```
- *
- * The above values will be the same _even if_ different values for `ENVIRONMENT` or `PUBLIC_BASE_URL` are set at runtime, as they are statically replaced in your code with their build time values.
- */
-declare module '$env/static/private' {
- export const SHELL: string;
- export const IMSETTINGS_INTEGRATE_DESKTOP: string;
- export const LSCOLORS: string;
- export const npm_command: string;
- export const SESSION_MANAGER: string;
- export const USER_ZDOTDIR: string;
- export const COLORTERM: string;
- export const XDG_CONFIG_DIRS: string;
- export const LESS: string;
- export const XDG_SESSION_PATH: string;
- export const NVM_INC: string;
- export const HISTCONTROL: string;
- export const XDG_MENU_PREFIX: string;
- export const TERM_PROGRAM_VERSION: string;
- export const GTK_IM_MODULE: string;
- export const npm_config_npm_globalconfig: string;
- export const HISTSIZE: string;
- export const HOSTNAME: string;
- export const ICEAUTHORITY: string;
- export const LANGUAGE: string;
- export const NODE: string;
- export const SSH_AUTH_SOCK: string;
- export const npm_config_verify_deps_before_run: string;
- export const INPUT_METHOD: string;
- export const npm_config__jsr_registry: string;
- export const MEMORY_PRESSURE_WRITE: string;
- export const XMODIFIERS: string;
- export const DESKTOP_SESSION: string;
- export const GTK_RC_FILES: string;
- export const NO_AT_BRIDGE: string;
- export const GDK_CORE_DEVICE_EVENTS: string;
- export const npm_config_globalconfig: string;
- export const GPG_TTY: string;
- export const EDITOR: string;
- export const XDG_SEAT: string;
- export const PWD: string;
- export const LOGNAME: string;
- export const XDG_SESSION_DESKTOP: string;
- export const XDG_SESSION_TYPE: string;
- export const SYSTEMD_EXEC_PID: string;
- export const XAUTHORITY: string;
- export const VSCODE_GIT_ASKPASS_NODE: string;
- export const VSCODE_INJECTION: string;
- export const XKB_DEFAULT_MODEL: string;
- export const GTK2_RC_FILES: string;
- export const HOME: string;
- export const SSH_ASKPASS: string;
- export const LANG: string;
- export const LS_COLORS: string;
- export const _JAVA_AWT_WM_NONREPARENTING: string;
- export const XDG_CURRENT_DESKTOP: string;
- export const npm_package_version: string;
- export const MEMORY_PRESSURE_WATCH: string;
- export const WAYLAND_DISPLAY: string;
- export const GIT_ASKPASS: string;
- export const XDG_SEAT_PATH: string;
- export const INVOCATION_ID: string;
- export const pnpm_config_verify_deps_before_run: string;
- export const MANAGERPID: string;
- export const IMSETTINGS_MODULE: string;
- export const INIT_CWD: string;
- export const CHROME_DESKTOP: string;
- export const KDE_SESSION_UID: string;
- export const npm_lifecycle_script: string;
- export const NVM_DIR: string;
- export const VSCODE_GIT_ASKPASS_EXTRA_ARGS: string;
- export const XKB_DEFAULT_LAYOUT: string;
- export const VSCODE_PYTHON_AUTOACTIVATE_GUARD: string;
- export const SDL_IM_MODULE: string;
- export const XDG_SESSION_CLASS: string;
- export const TERM: string;
- export const npm_package_name: string;
- export const ZSH: string;
- export const ZDOTDIR: string;
- export const LESSOPEN: string;
- export const USER: string;
- export const npm_config_frozen_lockfile: string;
- export const VSCODE_GIT_IPC_HANDLE: string;
- export const QT_WAYLAND_RECONNECT: string;
- export const KDE_SESSION_VERSION: string;
- export const PAM_KWALLET5_LOGIN: string;
- export const DISPLAY: string;
- export const npm_lifecycle_event: string;
- export const SHLVL: string;
- export const NVM_CD_FLAGS: string;
- export const PAGER: string;
- export const QT_IM_MODULE: string;
- export const XDG_VTNR: string;
- export const XDG_SESSION_ID: string;
- export const MANAGERPIDFDID: string;
- export const npm_config_user_agent: string;
- export const PNPM_SCRIPT_SRC_DIR: string;
- export const npm_execpath: string;
- export const FC_FONTATIONS: string;
- export const XDG_RUNTIME_DIR: string;
- export const NODE_PATH: string;
- export const DEBUGINFOD_URLS: string;
- export const npm_package_json: string;
- export const DEBUGINFOD_IMA_CERT_PATH: string;
- export const KDEDIRS: string;
- export const VSCODE_GIT_ASKPASS_MAIN: string;
- export const JOURNAL_STREAM: string;
- export const XDG_DATA_DIRS: string;
- export const KDE_FULL_SESSION: string;
- export const GDK_BACKEND: string;
- export const PATH: string;
- export const npm_config_node_gyp: string;
- export const DBUS_SESSION_BUS_ADDRESS: string;
- export const KDE_APPLICATIONS_AS_SCOPE: string;
- export const MAIL: string;
- export const NVM_BIN: string;
- export const npm_config_registry: string;
- export const npm_node_execpath: string;
- export const npm_config_engine_strict: string;
- export const OLDPWD: string;
- export const GOPATH: string;
- export const TERM_PROGRAM: string;
- export const NODE_ENV: string;
-}
-
-/**
- * This module provides access to environment variables that are injected _statically_ into your bundle at build time and are _publicly_ accessible.
- *
- * | | Runtime | Build time |
- * | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
- * | Private | [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private) | [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private) |
- * | Public | [`$env/dynamic/public`](https://svelte.dev/docs/kit/$env-dynamic-public) | [`$env/static/public`](https://svelte.dev/docs/kit/$env-static-public) |
- *
- * Static environment variables are [loaded by Vite](https://vitejs.dev/guide/env-and-mode.html#env-files) from `.env` files and `process.env` at build time and then statically injected into your bundle at build time, enabling optimisations like dead code elimination.
- *
- * **_Public_ access:**
- *
- * - This module _can_ be imported into client-side code
- * - **Only** variables that begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) (which defaults to `PUBLIC_`) are included
- *
- * For example, given the following build time environment:
- *
- * ```env
- * ENVIRONMENT=production
- * PUBLIC_BASE_URL=http://site.com
- * ```
- *
- * With the default `publicPrefix` and `privatePrefix`:
- *
- * ```ts
- * import { ENVIRONMENT, PUBLIC_BASE_URL } from '$env/static/public';
- *
- * console.log(ENVIRONMENT); // => throws error during build
- * console.log(PUBLIC_BASE_URL); // => "http://site.com"
- * ```
- *
- * The above values will be the same _even if_ different values for `ENVIRONMENT` or `PUBLIC_BASE_URL` are set at runtime, as they are statically replaced in your code with their build time values.
- */
-declare module '$env/static/public' {
-
-}
-
-/**
- * This module provides access to environment variables set _dynamically_ at runtime and that are limited to _private_ access.
- *
- * | | Runtime | Build time |
- * | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
- * | Private | [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private) | [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private) |
- * | Public | [`$env/dynamic/public`](https://svelte.dev/docs/kit/$env-dynamic-public) | [`$env/static/public`](https://svelte.dev/docs/kit/$env-static-public) |
- *
- * Dynamic environment variables are 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://svelte.dev/docs/kit/cli)), this is equivalent to `process.env`.
- *
- * **_Private_ access:**
- *
- * - This module cannot be imported into client-side code
- * - This module includes variables that _do not_ begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) _and do_ start with [`config.kit.env.privatePrefix`](https://svelte.dev/docs/kit/configuration#env) (if configured)
- *
- * > [!NOTE] In `dev`, `$env/dynamic` includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter.
- *
- * > [!NOTE] To get correct types, 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:
- * >
- * > ```env
- * > MY_FEATURE_FLAG=
- * > ```
- * >
- * > You can override `.env` values from the command line like so:
- * >
- * > ```sh
- * > MY_FEATURE_FLAG="enabled" npm run dev
- * > ```
- *
- * For example, given the following runtime environment:
- *
- * ```env
- * ENVIRONMENT=production
- * PUBLIC_BASE_URL=http://site.com
- * ```
- *
- * With the default `publicPrefix` and `privatePrefix`:
- *
- * ```ts
- * import { env } from '$env/dynamic/private';
- *
- * console.log(env.ENVIRONMENT); // => "production"
- * console.log(env.PUBLIC_BASE_URL); // => undefined
- * ```
- */
-declare module '$env/dynamic/private' {
- export const env: {
- SHELL: string;
- IMSETTINGS_INTEGRATE_DESKTOP: string;
- LSCOLORS: string;
- npm_command: string;
- SESSION_MANAGER: string;
- USER_ZDOTDIR: string;
- COLORTERM: string;
- XDG_CONFIG_DIRS: string;
- LESS: string;
- XDG_SESSION_PATH: string;
- NVM_INC: string;
- HISTCONTROL: string;
- XDG_MENU_PREFIX: string;
- TERM_PROGRAM_VERSION: string;
- GTK_IM_MODULE: string;
- npm_config_npm_globalconfig: string;
- HISTSIZE: string;
- HOSTNAME: string;
- ICEAUTHORITY: string;
- LANGUAGE: string;
- NODE: string;
- SSH_AUTH_SOCK: string;
- npm_config_verify_deps_before_run: string;
- INPUT_METHOD: string;
- npm_config__jsr_registry: string;
- MEMORY_PRESSURE_WRITE: string;
- XMODIFIERS: string;
- DESKTOP_SESSION: string;
- GTK_RC_FILES: string;
- NO_AT_BRIDGE: string;
- GDK_CORE_DEVICE_EVENTS: string;
- npm_config_globalconfig: string;
- GPG_TTY: string;
- EDITOR: string;
- XDG_SEAT: string;
- PWD: string;
- LOGNAME: string;
- XDG_SESSION_DESKTOP: string;
- XDG_SESSION_TYPE: string;
- SYSTEMD_EXEC_PID: string;
- XAUTHORITY: string;
- VSCODE_GIT_ASKPASS_NODE: string;
- VSCODE_INJECTION: string;
- XKB_DEFAULT_MODEL: string;
- GTK2_RC_FILES: string;
- HOME: string;
- SSH_ASKPASS: string;
- LANG: string;
- LS_COLORS: string;
- _JAVA_AWT_WM_NONREPARENTING: string;
- XDG_CURRENT_DESKTOP: string;
- npm_package_version: string;
- MEMORY_PRESSURE_WATCH: string;
- WAYLAND_DISPLAY: string;
- GIT_ASKPASS: string;
- XDG_SEAT_PATH: string;
- INVOCATION_ID: string;
- pnpm_config_verify_deps_before_run: string;
- MANAGERPID: string;
- IMSETTINGS_MODULE: string;
- INIT_CWD: string;
- CHROME_DESKTOP: string;
- KDE_SESSION_UID: string;
- npm_lifecycle_script: string;
- NVM_DIR: string;
- VSCODE_GIT_ASKPASS_EXTRA_ARGS: string;
- XKB_DEFAULT_LAYOUT: string;
- VSCODE_PYTHON_AUTOACTIVATE_GUARD: string;
- SDL_IM_MODULE: string;
- XDG_SESSION_CLASS: string;
- TERM: string;
- npm_package_name: string;
- ZSH: string;
- ZDOTDIR: string;
- LESSOPEN: string;
- USER: string;
- npm_config_frozen_lockfile: string;
- VSCODE_GIT_IPC_HANDLE: string;
- QT_WAYLAND_RECONNECT: string;
- KDE_SESSION_VERSION: string;
- PAM_KWALLET5_LOGIN: string;
- DISPLAY: string;
- npm_lifecycle_event: string;
- SHLVL: string;
- NVM_CD_FLAGS: string;
- PAGER: string;
- QT_IM_MODULE: string;
- XDG_VTNR: string;
- XDG_SESSION_ID: string;
- MANAGERPIDFDID: string;
- npm_config_user_agent: string;
- PNPM_SCRIPT_SRC_DIR: string;
- npm_execpath: string;
- FC_FONTATIONS: string;
- XDG_RUNTIME_DIR: string;
- NODE_PATH: string;
- DEBUGINFOD_URLS: string;
- npm_package_json: string;
- DEBUGINFOD_IMA_CERT_PATH: string;
- KDEDIRS: string;
- VSCODE_GIT_ASKPASS_MAIN: string;
- JOURNAL_STREAM: string;
- XDG_DATA_DIRS: string;
- KDE_FULL_SESSION: string;
- GDK_BACKEND: string;
- PATH: string;
- npm_config_node_gyp: string;
- DBUS_SESSION_BUS_ADDRESS: string;
- KDE_APPLICATIONS_AS_SCOPE: string;
- MAIL: string;
- NVM_BIN: string;
- npm_config_registry: string;
- npm_node_execpath: string;
- npm_config_engine_strict: string;
- OLDPWD: string;
- GOPATH: string;
- TERM_PROGRAM: string;
- NODE_ENV: string;
- [key: `PUBLIC_${string}`]: undefined;
- [key: `${string}`]: string | undefined;
- }
-}
-
-/**
- * This module provides access to environment variables set _dynamically_ at runtime and that are _publicly_ accessible.
- *
- * | | Runtime | Build time |
- * | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
- * | Private | [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private) | [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private) |
- * | Public | [`$env/dynamic/public`](https://svelte.dev/docs/kit/$env-dynamic-public) | [`$env/static/public`](https://svelte.dev/docs/kit/$env-static-public) |
- *
- * Dynamic environment variables are 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://svelte.dev/docs/kit/cli)), this is equivalent to `process.env`.
- *
- * **_Public_ access:**
- *
- * - This module _can_ be imported into client-side code
- * - **Only** variables that begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) (which defaults to `PUBLIC_`) are included
- *
- * > [!NOTE] In `dev`, `$env/dynamic` includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter.
- *
- * > [!NOTE] To get correct types, 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:
- * >
- * > ```env
- * > MY_FEATURE_FLAG=
- * > ```
- * >
- * > You can override `.env` values from the command line like so:
- * >
- * > ```sh
- * > MY_FEATURE_FLAG="enabled" npm run dev
- * > ```
- *
- * For example, given the following runtime environment:
- *
- * ```env
- * ENVIRONMENT=production
- * PUBLIC_BASE_URL=http://example.com
- * ```
- *
- * With the default `publicPrefix` and `privatePrefix`:
- *
- * ```ts
- * import { env } from '$env/dynamic/public';
- * console.log(env.ENVIRONMENT); // => undefined, not public
- * console.log(env.PUBLIC_BASE_URL); // => "http://example.com"
- * ```
- *
- * ```
- *
- * ```
- */
-declare module '$env/dynamic/public' {
- export const env: {
- [key: `PUBLIC_${string}`]: string | undefined;
- }
-}
diff --git a/website/.svelte-kit/generated/client/app.js b/website/.svelte-kit/generated/client/app.js
deleted file mode 100644
index afd7547..0000000
--- a/website/.svelte-kit/generated/client/app.js
+++ /dev/null
@@ -1,35 +0,0 @@
-export { matchers } from './matchers.js';
-
-export const nodes = [
- () => import('./nodes/0'),
- () => import('./nodes/1'),
- () => import('./nodes/2'),
- () => import('./nodes/3'),
- () => import('./nodes/4'),
- () => import('./nodes/5')
-];
-
-export const server_loads = [];
-
-export const dictionary = {
- "/": [2],
- "/about": [3],
- "/login": [4],
- "/register": [5]
- };
-
-export const hooks = {
- handleError: (({ error }) => { console.error(error) }),
-
- reroute: (() => {}),
- transport: {}
-};
-
-export const decoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.decode]));
-export const encoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.encode]));
-
-export const hash = false;
-
-export const decode = (type, value) => decoders[type](value);
-
-export { default as root } from '../root.js';
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/client/matchers.js b/website/.svelte-kit/generated/client/matchers.js
deleted file mode 100644
index f6bd30a..0000000
--- a/website/.svelte-kit/generated/client/matchers.js
+++ /dev/null
@@ -1 +0,0 @@
-export const matchers = {};
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/client/nodes/0.js b/website/.svelte-kit/generated/client/nodes/0.js
deleted file mode 100644
index fed1375..0000000
--- a/website/.svelte-kit/generated/client/nodes/0.js
+++ /dev/null
@@ -1 +0,0 @@
-export { default as component } from "../../../../src/routes/+layout.svelte";
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/client/nodes/1.js b/website/.svelte-kit/generated/client/nodes/1.js
deleted file mode 100644
index 54f15a8..0000000
--- a/website/.svelte-kit/generated/client/nodes/1.js
+++ /dev/null
@@ -1 +0,0 @@
-export { default as component } from "../../../../node_modules/.pnpm/@sveltejs+kit@2.57.0_@sveltejs+vite-plugin-svelte@7.0.0_svelte@5.55.2_vite@8.0.7_@types_d9b54a9f96db327c482e2e6e0c719b5a/node_modules/@sveltejs/kit/src/runtime/components/svelte-5/error.svelte";
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/client/nodes/2.js b/website/.svelte-kit/generated/client/nodes/2.js
deleted file mode 100644
index 1cb4f85..0000000
--- a/website/.svelte-kit/generated/client/nodes/2.js
+++ /dev/null
@@ -1 +0,0 @@
-export { default as component } from "../../../../src/routes/+page.svelte";
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/client/nodes/3.js b/website/.svelte-kit/generated/client/nodes/3.js
deleted file mode 100644
index 053ed5d..0000000
--- a/website/.svelte-kit/generated/client/nodes/3.js
+++ /dev/null
@@ -1 +0,0 @@
-export { default as component } from "../../../../src/routes/about/+page.svelte";
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/client/nodes/4.js b/website/.svelte-kit/generated/client/nodes/4.js
deleted file mode 100644
index f2b26cd..0000000
--- a/website/.svelte-kit/generated/client/nodes/4.js
+++ /dev/null
@@ -1 +0,0 @@
-export { default as component } from "../../../../src/routes/login/+page.svelte";
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/client/nodes/5.js b/website/.svelte-kit/generated/client/nodes/5.js
deleted file mode 100644
index b3cd119..0000000
--- a/website/.svelte-kit/generated/client/nodes/5.js
+++ /dev/null
@@ -1 +0,0 @@
-export { default as component } from "../../../../src/routes/register/+page.svelte";
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/root.js b/website/.svelte-kit/generated/root.js
deleted file mode 100644
index 4d1e892..0000000
--- a/website/.svelte-kit/generated/root.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import { asClassComponent } from 'svelte/legacy';
-import Root from './root.svelte';
-export default asClassComponent(Root);
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/root.svelte b/website/.svelte-kit/generated/root.svelte
deleted file mode 100644
index 0795183..0000000
--- a/website/.svelte-kit/generated/root.svelte
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-{#if constructors[1]}
- {@const Pyramid_0 = constructors[0]}
-
-
-
-
-
-
-{:else}
- {@const Pyramid_0 = constructors[0]}
-
-
-
-{/if}
-
-{#if mounted}
-
- {#if navigated}
- {title}
- {/if}
-
-{/if}
\ No newline at end of file
diff --git a/website/.svelte-kit/generated/server/internal.js b/website/.svelte-kit/generated/server/internal.js
deleted file mode 100644
index 6637db4..0000000
--- a/website/.svelte-kit/generated/server/internal.js
+++ /dev/null
@@ -1,54 +0,0 @@
-
-import root from '../root.js';
-import { set_building, set_prerendering } from '__sveltekit/environment';
-import { set_assets } from '$app/paths/internal/server';
-import { set_manifest, set_read_implementation } from '__sveltekit/server';
-import { set_private_env, set_public_env } from '../../../node_modules/.pnpm/@sveltejs+kit@2.57.0_@sveltejs+vite-plugin-svelte@7.0.0_svelte@5.55.2_vite@8.0.7_@types_d9b54a9f96db327c482e2e6e0c719b5a/node_modules/@sveltejs/kit/src/runtime/shared-server.js';
-
-export const options = {
- app_template_contains_nonce: false,
- async: false,
- csp: {"mode":"auto","directives":{"upgrade-insecure-requests":false,"block-all-mixed-content":false},"reportOnly":{"upgrade-insecure-requests":false,"block-all-mixed-content":false}},
- csrf_check_origin: true,
- csrf_trusted_origins: [],
- embedded: false,
- env_public_prefix: 'PUBLIC_',
- env_private_prefix: '',
- hash_routing: false,
- hooks: null, // added lazily, via `get_hooks`
- preload_strategy: "modulepreload",
- root,
- service_worker: false,
- service_worker_options: undefined,
- server_error_boundaries: false,
- templates: {
- app: ({ head, body, assets, nonce, env }) => "\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t" + head + "\n\t\n\t\n\t\t" + body + "
\n\t\n\n",
- error: ({ status, message }) => "\n\n\t\n\t\t\n\t\t" + message + "\n\n\t\t\n\t\n\t\n\t\t\n\t\t\t
" + status + "\n\t\t\t
\n\t\t\t\t
" + message + "
\n\t\t\t\n\t\t
\n\t\n\n"
- },
- version_hash: "8rgrhz"
-};
-
-export async function get_hooks() {
- let handle;
- let handleFetch;
- let handleError;
- let handleValidationError;
- let init;
-
-
- let reroute;
- let transport;
-
-
- return {
- handle,
- handleFetch,
- handleError,
- handleValidationError,
- init,
- reroute,
- transport
- };
-}
-
-export { set_assets, set_building, set_manifest, set_prerendering, set_private_env, set_public_env, set_read_implementation };
diff --git a/website/.svelte-kit/non-ambient.d.ts b/website/.svelte-kit/non-ambient.d.ts
deleted file mode 100644
index 0d48796..0000000
--- a/website/.svelte-kit/non-ambient.d.ts
+++ /dev/null
@@ -1,46 +0,0 @@
-
-// this file is generated — do not edit it
-
-
-declare module "svelte/elements" {
- export interface HTMLAttributes {
- 'data-sveltekit-keepfocus'?: true | '' | 'off' | undefined | null;
- 'data-sveltekit-noscroll'?: true | '' | 'off' | undefined | null;
- 'data-sveltekit-preload-code'?:
- | true
- | ''
- | 'eager'
- | 'viewport'
- | 'hover'
- | 'tap'
- | 'off'
- | undefined
- | null;
- 'data-sveltekit-preload-data'?: true | '' | 'hover' | 'tap' | 'off' | undefined | null;
- 'data-sveltekit-reload'?: true | '' | 'off' | undefined | null;
- 'data-sveltekit-replacestate'?: true | '' | 'off' | undefined | null;
- }
-}
-
-export {};
-
-
-declare module "$app/types" {
- type MatcherParam = M extends (param : string) => param is (infer U extends string) ? U : string;
-
- export interface AppTypes {
- RouteId(): "/" | "/about" | "/login" | "/register";
- RouteParams(): {
-
- };
- LayoutParams(): {
- "/": Record;
- "/about": Record;
- "/login": Record;
- "/register": Record
- };
- Pathname(): "/" | "/about" | "/login" | "/register";
- ResolvedPathname(): `${"" | `/${string}`}${ReturnType}`;
- Asset(): "/robots.txt" | string & {};
- }
-}
\ No newline at end of file
diff --git a/website/.svelte-kit/tsconfig.json b/website/.svelte-kit/tsconfig.json
deleted file mode 100644
index ebd6856..0000000
--- a/website/.svelte-kit/tsconfig.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "compilerOptions": {
- "paths": {
- "$lib": [
- "../src/lib"
- ],
- "$lib/*": [
- "../src/lib/*"
- ],
- "$app/types": [
- "./types/index.d.ts"
- ]
- },
- "rootDirs": [
- "..",
- "./types"
- ],
- "verbatimModuleSyntax": true,
- "isolatedModules": true,
- "lib": [
- "esnext",
- "DOM",
- "DOM.Iterable"
- ],
- "moduleResolution": "bundler",
- "module": "esnext",
- "noEmit": true,
- "target": "esnext",
- "types": [
- "node"
- ]
- },
- "include": [
- "ambient.d.ts",
- "non-ambient.d.ts",
- "./types/**/$types.d.ts",
- "../vite.config.js",
- "../vite.config.ts",
- "../src/**/*.js",
- "../src/**/*.ts",
- "../src/**/*.svelte",
- "../test/**/*.js",
- "../test/**/*.ts",
- "../test/**/*.svelte",
- "../tests/**/*.js",
- "../tests/**/*.ts",
- "../tests/**/*.svelte"
- ],
- "exclude": [
- "../node_modules/**",
- "../src/service-worker.js",
- "../src/service-worker/**/*.js",
- "../src/service-worker.ts",
- "../src/service-worker/**/*.ts",
- "../src/service-worker.d.ts",
- "../src/service-worker/**/*.d.ts"
- ]
-}
\ No newline at end of file
diff --git a/website/.svelte-kit/types/route_meta_data.json b/website/.svelte-kit/types/route_meta_data.json
deleted file mode 100644
index ea98c01..0000000
--- a/website/.svelte-kit/types/route_meta_data.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "/": [],
- "/about": [],
- "/login": [],
- "/register": []
-}
\ No newline at end of file
diff --git a/website/.svelte-kit/types/src/routes/$types.d.ts b/website/.svelte-kit/types/src/routes/$types.d.ts
deleted file mode 100644
index 9450df4..0000000
--- a/website/.svelte-kit/types/src/routes/$types.d.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-import type * as Kit from '@sveltejs/kit';
-
-type Expand = T extends infer O ? { [K in keyof O]: O[K] } : never;
-type MatcherParam = M extends (param : string) => param is (infer U extends string) ? U : string;
-type RouteParams = { };
-type RouteId = '/';
-type MaybeWithVoid = {} extends T ? T | void : T;
-export type RequiredKeys = { [K in keyof T]-?: {} extends { [P in K]: T[K] } ? never : K; }[keyof T];
-type OutputDataShape = MaybeWithVoid> & Partial> & Record>
-type EnsureDefined = T extends null | undefined ? {} : T;
-type OptionalUnion, A extends keyof U = U extends U ? keyof U : never> = U extends unknown ? { [P in Exclude]?: never } & U : never;
-export type Snapshot = Kit.Snapshot;
-type PageParentData = EnsureDefined;
-type LayoutRouteId = RouteId | "/" | "/about" | "/login" | "/register" | null
-type LayoutParams = RouteParams & { }
-type LayoutParentData = EnsureDefined<{}>;
-
-export type PageServerData = null;
-export type PageData = Expand;
-export type PageProps = { params: RouteParams; data: PageData }
-export type LayoutServerData = null;
-export type LayoutData = Expand;
-export type LayoutProps = { params: LayoutParams; data: LayoutData; children: import("svelte").Snippet }
\ No newline at end of file
diff --git a/website/.svelte-kit/types/src/routes/about/$types.d.ts b/website/.svelte-kit/types/src/routes/about/$types.d.ts
deleted file mode 100644
index 268247b..0000000
--- a/website/.svelte-kit/types/src/routes/about/$types.d.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import type * as Kit from '@sveltejs/kit';
-
-type Expand = T extends infer O ? { [K in keyof O]: O[K] } : never;
-type MatcherParam = M extends (param : string) => param is (infer U extends string) ? U : string;
-type RouteParams = { };
-type RouteId = '/about';
-type MaybeWithVoid = {} extends T ? T | void : T;
-export type RequiredKeys = { [K in keyof T]-?: {} extends { [P in K]: T[K] } ? never : K; }[keyof T];
-type OutputDataShape = MaybeWithVoid> & Partial> & Record>
-type EnsureDefined = T extends null | undefined ? {} : T;
-type OptionalUnion, A extends keyof U = U extends U ? keyof U : never> = U extends unknown ? { [P in Exclude]?: never } & U : never;
-export type Snapshot = Kit.Snapshot;
-type PageParentData = EnsureDefined;
-
-export type PageServerData = null;
-export type PageData = Expand;
-export type PageProps = { params: RouteParams; data: PageData }
\ No newline at end of file
diff --git a/website/.svelte-kit/types/src/routes/login/$types.d.ts b/website/.svelte-kit/types/src/routes/login/$types.d.ts
deleted file mode 100644
index e024ec2..0000000
--- a/website/.svelte-kit/types/src/routes/login/$types.d.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import type * as Kit from '@sveltejs/kit';
-
-type Expand = T extends infer O ? { [K in keyof O]: O[K] } : never;
-type MatcherParam = M extends (param : string) => param is (infer U extends string) ? U : string;
-type RouteParams = { };
-type RouteId = '/login';
-type MaybeWithVoid = {} extends T ? T | void : T;
-export type RequiredKeys = { [K in keyof T]-?: {} extends { [P in K]: T[K] } ? never : K; }[keyof T];
-type OutputDataShape = MaybeWithVoid> & Partial> & Record>
-type EnsureDefined = T extends null | undefined ? {} : T;
-type OptionalUnion, A extends keyof U = U extends U ? keyof U : never> = U extends unknown ? { [P in Exclude]?: never } & U : never;
-export type Snapshot = Kit.Snapshot;
-type PageParentData = EnsureDefined;
-
-export type PageServerData = null;
-export type PageData = Expand;
-export type PageProps = { params: RouteParams; data: PageData }
\ No newline at end of file
diff --git a/website/.svelte-kit/types/src/routes/register/$types.d.ts b/website/.svelte-kit/types/src/routes/register/$types.d.ts
deleted file mode 100644
index dffa8ae..0000000
--- a/website/.svelte-kit/types/src/routes/register/$types.d.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import type * as Kit from '@sveltejs/kit';
-
-type Expand = T extends infer O ? { [K in keyof O]: O[K] } : never;
-type MatcherParam = M extends (param : string) => param is (infer U extends string) ? U : string;
-type RouteParams = { };
-type RouteId = '/register';
-type MaybeWithVoid = {} extends T ? T | void : T;
-export type RequiredKeys = { [K in keyof T]-?: {} extends { [P in K]: T[K] } ? never : K; }[keyof T];
-type OutputDataShape = MaybeWithVoid> & Partial> & Record>
-type EnsureDefined = T extends null | undefined ? {} : T;
-type OptionalUnion, A extends keyof U = U extends U ? keyof U : never> = U extends unknown ? { [P in Exclude]?: never } & U : never;
-export type Snapshot = Kit.Snapshot;
-type PageParentData = EnsureDefined;
-
-export type PageServerData = null;
-export type PageData = Expand;
-export type PageProps = { params: RouteParams; data: PageData }
\ No newline at end of file