Refactor environment variable declarations, enhance image handling in item forms, and update asset references in SvelteKit project for improved functionality and performance.
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m53s

This commit is contained in:
eewing
2026-02-17 15:13:03 -06:00
parent 9022114c8d
commit 7ac169c1e4
238 changed files with 35126 additions and 1344 deletions
+37 -36
View File
@@ -1106,39 +1106,40 @@ function ensure_array_like(array_like_or_iterator) {
return [];
}
export {
array_from as $,
ASYNC as A,
define_property as $,
DESTROYED as A,
BOUNDARY_EFFECT as B,
COMMENT_NODE as C,
DIRTY as D,
ERROR_VALUE as E,
includes as F,
EFFECT_TRANSPARENT as G,
ASYNC as F,
includes as G,
HYDRATION_ERROR as H,
INERT as I,
EFFECT_PRESERVED as J,
EAGER_EFFECT as K,
STATE_SYMBOL as L,
EFFECT_TRANSPARENT as J,
EFFECT_PRESERVED as K,
EAGER_EFFECT as L,
MAYBE_DIRTY as M,
object_prototype as N,
array_prototype as O,
get_descriptor as P,
get_prototype_of as Q,
STATE_SYMBOL as N,
object_prototype as O,
array_prototype as P,
get_descriptor as Q,
REACTION_RAN as R,
STALE_REACTION as S,
is_array as T,
get_prototype_of as T,
UNINITIALIZED as U,
is_extensible as V,
is_array as V,
WAS_MARKED as W,
USER_EFFECT as X,
REACTION_IS_UPDATING as Y,
index_of as Z,
define_property as _,
is_extensible as X,
USER_EFFECT as Y,
REACTION_IS_UPDATING as Z,
index_of as _,
attributes as a,
is_passive_event as a0,
LEGACY_PROPS as a1,
render as a2,
setContext as a3,
array_from as a0,
is_passive_event as a1,
LEGACY_PROPS as a2,
render as a3,
setContext as a4,
bind_props as b,
clsx as c,
element as d,
@@ -1146,22 +1147,22 @@ export {
ensure_array_like as f,
getContext as g,
head as h,
HYDRATION_END as i,
HYDRATION_START as j,
HYDRATION_START_ELSE as k,
EFFECT as l,
CONNECTED as m,
attr as i,
HYDRATION_END as j,
HYDRATION_START as k,
HYDRATION_START_ELSE as l,
EFFECT as m,
noop as n,
CLEAN as o,
DERIVED as p,
BLOCK_EFFECT as q,
CONNECTED as o,
CLEAN as p,
DERIVED as q,
run_all as r,
slot as s,
deferred as t,
BRANCH_EFFECT as u,
ROOT_EFFECT as v,
RENDER_EFFECT as w,
MANAGED_EFFECT as x,
HEAD_EFFECT as y,
DESTROYED as z
BLOCK_EFFECT as t,
deferred as u,
BRANCH_EFFECT as v,
ROOT_EFFECT as w,
RENDER_EFFECT as x,
MANAGED_EFFECT as y,
HEAD_EFFECT as z
};
+1 -1
View File
@@ -101,7 +101,7 @@ const options = {
<div class="error">
<span class="status">` + status + '</span>\n <div class="message">\n <h1>' + message + "</h1>\n </div>\n </div>\n </body>\n</html>\n"
},
version_hash: "5hw1yq"
version_hash: "1clozn7"
};
async function get_hooks() {
let handle;
+1 -1
View File
@@ -1,4 +1,4 @@
import { H as HYDRATION_ERROR, C as COMMENT_NODE, i as HYDRATION_END, j as HYDRATION_START, k as HYDRATION_START_ELSE, r as run_all, B as BOUNDARY_EFFECT, R as REACTION_RAN, E as ERROR_VALUE, l as EFFECT, m as CONNECTED, o as CLEAN, M as MAYBE_DIRTY, D as DIRTY, p as DERIVED, W as WAS_MARKED, I as INERT, q as BLOCK_EFFECT, U as UNINITIALIZED, t as deferred, u as BRANCH_EFFECT, v as ROOT_EFFECT, w as RENDER_EFFECT, x as MANAGED_EFFECT, y as HEAD_EFFECT, z as DESTROYED, A as ASYNC, F as includes, G as EFFECT_TRANSPARENT, J as EFFECT_PRESERVED, S as STALE_REACTION, n as noop, K as EAGER_EFFECT, L as STATE_SYMBOL, N as object_prototype, O as array_prototype, P as get_descriptor, Q as get_prototype_of, T as is_array, V as is_extensible, X as USER_EFFECT, Y as REACTION_IS_UPDATING, Z as index_of, _ as define_property, $ as array_from, a0 as is_passive_event, a1 as LEGACY_PROPS, a2 as render, a3 as setContext } from "./index.js";
import { H as HYDRATION_ERROR, C as COMMENT_NODE, j as HYDRATION_END, k as HYDRATION_START, l as HYDRATION_START_ELSE, r as run_all, B as BOUNDARY_EFFECT, R as REACTION_RAN, E as ERROR_VALUE, m as EFFECT, o as CONNECTED, p as CLEAN, M as MAYBE_DIRTY, D as DIRTY, q as DERIVED, W as WAS_MARKED, I as INERT, t as BLOCK_EFFECT, U as UNINITIALIZED, u as deferred, v as BRANCH_EFFECT, w as ROOT_EFFECT, x as RENDER_EFFECT, y as MANAGED_EFFECT, z as HEAD_EFFECT, A as DESTROYED, F as ASYNC, G as includes, J as EFFECT_TRANSPARENT, K as EFFECT_PRESERVED, S as STALE_REACTION, n as noop, L as EAGER_EFFECT, N as STATE_SYMBOL, O as object_prototype, P as array_prototype, Q as get_descriptor, T as get_prototype_of, V as is_array, X as is_extensible, Y as USER_EFFECT, Z as REACTION_IS_UPDATING, _ as index_of, $ as define_property, a0 as array_from, a1 as is_passive_event, a2 as LEGACY_PROPS, a3 as render, a4 as setContext } from "./index.js";
import { D as DEV } from "./false.js";
import "clsx";
function equals(value) {