Refactor environment variable declarations, enhance image handling in item forms, and update asset references in SvelteKit project for improved functionality and performance.
This commit is contained in:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user