mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-08-10 19:03:26 +02:00
feat: rename project to Mesh Forge and add Mesh Plugin Registry with initial HTML and JSON files
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user