Skip to content

Commit

Permalink
changes to Google API
Browse files Browse the repository at this point in the history
  • Loading branch information
runette committed Feb 13, 2024
1 parent 7a5a9ff commit 273ab1d
Show file tree
Hide file tree
Showing 21 changed files with 1,352 additions and 1,434 deletions.
4 changes: 2 additions & 2 deletions bcp.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{ "type": "python",
"request": "launch",
"name": "Launch Program",
"program": "/Users/user/Documents/GitHub/Big-Cannon-Project/main.py",
"env": {"GOOGLE_APPLICATION_CREDENTIALS":"/Users/user/Documents/GitHub/Big-Cannon-Project/ultima-ratio-221014-e18b185a3810.json"}
"program": "/Users/paulharwood/Documents/GitHub/ultima-ratio/main.py",
"env": {"GOOGLE_APPLICATION_CREDENTIALS":"/Users/paulharwood/Documents/GitHub/ultima-ratio/ultima-ratio-221014-e18b185a3810.json"}
}
]
}
Expand Down
4 changes: 3 additions & 1 deletion bcp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"preserveSymlinks": true,
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
Expand Down
Loading

0 comments on commit 273ab1d

Please sign in to comment.