fix: SpireTab store props, mana regen display, skill cost deduction, grimoire cost format, unequip store, add test suite
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m34s

This commit is contained in:
2026-05-08 11:45:31 +02:00
parent 0fadbfef4a
commit 71fbc7c964
12 changed files with 354 additions and 22 deletions
+6
View File
@@ -1,4 +1,5 @@
import { defineConfig } from 'vitest/config';
import path from 'path';
export default defineConfig({
test: {
@@ -14,4 +15,9 @@ export default defineConfig({
],
},
},
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
},
},
});