feat: add publish option to package.json for UI application

- Introduced a new "publish" field set to null in the package.json file, allowing for future configuration of publishing settings.

This change prepares the UI application for potential deployment configurations.
This commit is contained in:
webdevcody
2026-01-19 17:48:33 -05:00
parent d266c98e48
commit 47e6ed6a17

View File

@@ -146,6 +146,7 @@
"productName": "Automaker", "productName": "Automaker",
"artifactName": "${productName}-${version}-${arch}.${ext}", "artifactName": "${productName}-${version}-${arch}.${ext}",
"npmRebuild": false, "npmRebuild": false,
"publish": null,
"afterPack": "./scripts/rebuild-server-natives.cjs", "afterPack": "./scripts/rebuild-server-natives.cjs",
"directories": { "directories": {
"output": "release" "output": "release"