From 73ef86ceac67d3dc0b89b586ca216b9c1958c2fa Mon Sep 17 00:00:00 2001 From: Lukas Parsons Date: Thu, 19 Mar 2026 01:19:21 -0400 Subject: [PATCH] Initial project setup - Vite + React + TypeScript project structure - Core dependencies installed (Konva.js, Zod, js-yaml, Monaco Editor) - Tailwind CSS configuration - Complete source directory structure - Project documentation and README - MIT License - Development server configured and running --- .opencode-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.opencode-config.json b/.opencode-config.json index 6e59223..4864322 100644 --- a/.opencode-config.json +++ b/.opencode-config.json @@ -3,7 +3,7 @@ "name": "bms-forge", "description": "BattleMap Notation Schema (BMS) renderer for DnD/TTRPG maps", "version": "0.1.0", - "repository": "ssh://git@git.bouncypixel.com/username/bms-forge.git", + "repository": "https://git.bouncypixel.com/helm/bms-forge.git", "deploymentUrl": "maps.bouncypixel.com" }, "userPreferences": {