Skip to content

Commit 357cbff

Browse files
authored
Merge pull request #32697 from github/repo-sync
Repo sync
2 parents 4fdd0ae + 004d6dc commit 357cbff

File tree

5 files changed

+93
-3
lines changed

5 files changed

+93
-3
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
"@graphql-tools/load": "^8.0.0",
291291
"@octokit/rest": "^20.1.0",
292292
"@playwright/test": "1.43.0",
293+
"@types/express": "4.17.21",
293294
"@types/imurmurhash": "^0.1.4",
294295
"@types/js-cookie": "^3.0.6",
295296
"@types/lodash": "^4.14.202",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "5a7a337c7392785121de6f5a9688e5d0b96f227c"
6+
"sha": "d4b18dea5d87157068b1eed2110bc0b1657f4214"
77
}

src/frame/lib/app.js renamed to src/frame/lib/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import express from 'express'
2-
import middleware from '#src/frame/middleware/index.js'
2+
import middleware from '../middleware/index.js'
33

44
function createApp() {
55
const app = express()

src/frame/start-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import dotenv from 'dotenv'
55

66
import { checkNodeVersion } from './lib/check-node-version'
77
import '../observability/lib/handle-exceptions.js'
8-
import createApp from './lib/app.js'
8+
import createApp from './lib/app'
99
import warmServer from './lib/warm-server.js'
1010

1111
dotenv.config()

0 commit comments

Comments
 (0)