Skip to content

Commit fd92145

Browse files
authored
Merge pull request #56 from oslabs-beta/dev
2 parents e354494 + 79855b1 commit fd92145

File tree

3 files changed

+248
-0
lines changed

3 files changed

+248
-0
lines changed

server/package-lock.json

Lines changed: 246 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"license": "ISC",
1919
"dependencies": {
2020
"@google-cloud/bigquery": "^7.9.4",
21+
"@google-cloud/container": "^6.1.0",
2122
"@google-cloud/monitoring": "^5.2.0",
2223
"@google-cloud/pubsub": "^1.7.3",
2324
"@google-cloud/secret-manager": "^6.0.1",

server/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig({
1818
'fs', 'path', 'http', 'https', 'crypto', 'os', 'util', 'events',
1919
// Your dependencies (will be installed in production)
2020
'@google-cloud/bigquery',
21+
'@google-cloud/container',
2122
'@google-cloud/monitoring',
2223
'@google-cloud/pubsub',
2324
'@google-cloud/secret-manager',

0 commit comments

Comments
 (0)