Add repository and homepage metadata for electron build

This commit is contained in:
Shantur Rathore
2025-11-21 14:40:06 +00:00
parent 1b2c775348
commit 5e82fc4e5d

View File

@@ -8,6 +8,11 @@
},
"type": "module",
"main": "dist/main/main.js",
"repository": {
"type": "git",
"url": "https://github.com/NeuralNomadsAI/CodeNomad.git"
},
"homepage": "https://github.com/NeuralNomadsAI/CodeNomad",
"scripts": {
"dev": "electron-vite dev",
"dev:electron": "NODE_ENV=development ELECTRON_ENABLE_LOGGING=1 NODE_OPTIONS=\"--import tsx\" electron electron/main/main.ts",