Skip to content

Commit

Permalink
chore: add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
remes2000 committed Apr 28, 2024
1 parent f9d2d8d commit bb7b852
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/signal-spreadsheet",
"outputPath": {
"base": "dist/signal-spreadsheet",
"browser": ""
},
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand Down

0 comments on commit bb7b852

Please sign in to comment.