Compare commits
2 Commits
v0.2.0-dev
...
v0.2.0-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e82fc4e5d | ||
|
|
1b2c775348 |
@@ -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",
|
||||
@@ -59,7 +64,8 @@
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "electron/resources",
|
||||
"to": ""
|
||||
"to": "",
|
||||
"filter": ["!icon.icns", "!icon.ico", "!icon.png"]
|
||||
}
|
||||
],
|
||||
"mac": {
|
||||
|
||||
Reference in New Issue
Block a user