Adding electron-builder; fixing indent levels

This commit is contained in:
2025-06-08 15:09:51 -05:00
parent 5b62163c4e
commit b11e8bb74a
10 changed files with 90 additions and 63 deletions

View File

@@ -15,7 +15,7 @@
"build":{
"builder":"@angular-devkit/build-angular:browser",
"options":{
"outputPath":"dist/app",
"outputPath":"build/app",
"index":"src/index.html",
"main":"src/main.ts",
"polyfills":[
@@ -113,4 +113,4 @@
}
}
}
}
}