Implement Aspect tab and HP/Mana editor

This commit is contained in:
2026-01-28 21:38:10 +01:00
parent a412116b9c
commit 3081c05b55
13 changed files with 165 additions and 38 deletions

View File

@@ -2,7 +2,6 @@ import { eq } from 'drizzle-orm';
import useDatabase from '~/composables/useDatabase';
import { characterTable } from '~/db/schema';
import { CharacterVariablesValidation } from '~~/shared/character';
import type { CharacterVariables } from '~/types/character';
export default defineEventHandler(async (e) => {
const id = getRouterParam(e, "id");