From b938233d7a9ba44cbc409fbdd17a81b109609c53 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 17 Apr 2026 03:43:15 -0700 Subject: [PATCH] fix: update asset directory path in wrangler.json for correct deployment --- wrangler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.json b/wrangler.json index b7a7ec7..5ba1554 100644 --- a/wrangler.json +++ b/wrangler.json @@ -2,7 +2,7 @@ "name": "mesh-forge", "compatibility_date": "2025-11-29", "assets": { - "directory": "./dist/client", + "directory": "./dist", "not_found_handling": "single-page-application" }, "observability": {