Skip to content

Commit 58c979f

Browse files
authored
Merge pull request matt1398#65 from KaustubhPatange/main
feat: add cost calculation metric
2 parents 9629c0a + 5932009 commit 58c979f

File tree

15 files changed

+5415
-6
lines changed

15 files changed

+5415
-6
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"main": "dist-electron/main/index.cjs",
2020
"scripts": {
2121
"dev": "electron-vite dev",
22+
"prebuild": "tsx scripts/fetch-pricing-data.ts",
2223
"build": "electron-vite build",
2324
"dist": "electron-builder --mac --win --linux",
2425
"dist:mac": "electron-builder --mac --publish always",
@@ -127,6 +128,12 @@
127128
"asarUnpack": [
128129
"out/renderer/**"
129130
],
131+
"extraResources": [
132+
{
133+
"from": "resources/pricing.json",
134+
"to": "pricing.json"
135+
}
136+
],
130137
"npmRebuild": false,
131138
"extraMetadata": {
132139
"main": "dist-electron/main/index.cjs"

0 commit comments

Comments
 (0)