Fixes TS2724 - Added EquipmentSlot type export for Gitea issue #8,--no-verify
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 40s

This commit is contained in:
2026-05-17 15:36:27 +02:00
parent 888aa5283d
commit a632b7c6af
8 changed files with 82 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// ─── Crafting Recipes ─────────────────────────────────────────────────────────
// Defines what materials are needed to craft equipment from blueprints
import type { EquipmentSlot } from '../types';
import type { EquipmentSlot } from './equipment/types';
export interface CraftingRecipe {
id: string; // Blueprint ID (matches loot drop)