fix: update asset directory path in wrangler.json for correct deployment

This commit is contained in:
Ben Allfree
2026-04-17 03:43:15 -07:00
parent d045cfc5dd
commit b938233d7a
+1 -1
View File
@@ -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": {