filament uses postgres

This commit is contained in:
2025-08-18 22:28:57 +02:00
parent db03c8a375
commit 8c79806318
11 changed files with 334 additions and 238 deletions

View File

@@ -2,7 +2,7 @@ export interface Filament {
hex: string;
color: string;
material: string;
weight: string;
weight: number;
count: number;
link: string;
created: number;