feat: rename project to Mesh Forge and add Mesh Plugin Registry with initial HTML and JSON files

This commit is contained in:
Ben Allfree
2025-11-28 20:59:42 -08:00
parent 34ec4f2651
commit 01b8aa59e4
4 changed files with 420 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "react-web-flasher",
"name": "mesh-forge",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -10,7 +10,7 @@
"lint": "biome lint",
"lint:fix": "biome lint --fix && biome format --write",
"preview": "vite preview",
"deploy": "npx convex deploy --cmd 'bun run build' && wrangler deploy"
"deploy": "npx convex deploy --cmd 'bun run build' && wrangler deploy && wrangler deploy --config wrangler-registry.json"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.937.0",