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
+1
View File
@@ -12,6 +12,7 @@ export interface StackqItem {
Has_Parent: boolean;
Parent: string; // relation id
Stock: boolean;
Image?: string; // file filename
created: string;
updated: string;
expand?: {