This commit is contained in:
isaprettycoolguy@protonmail.com 2026-03-27 17:12:32 -04:00
parent 08f67d00de
commit 515d8a5558
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ main.js.map
.DS_Store
*.log
data.json
.claude/settings.local.json
.claude/worktrees/

View file

@ -1,7 +1,7 @@
{
"id": "hexmaker",
"name": "Hexmap World Creator",
"version": "1.0.7",
"version": "1.0.8",
"minAppVersion": "1.12.0",
"description": "Create a hex map and a guidebook level wiki for your setting with minimal fuss. Hex crawl worldbuilding toolbox. System agnostic, ready for any TRPG you care to run in it.",
"author": "morkdev",

View file

@ -4,6 +4,7 @@ import { resolve } from "path";
export default defineConfig({
test: {
environment: "node",
exclude: ["**/node_modules/**", ".claude/**"],
},
resolve: {
alias: {