File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
// this is utilities for node's express module
2
2
import type { RequestHandler } from 'express'
3
- import { getInstanceInfo } from '.'
3
+ import { getInstanceInfo } from './index.js '
4
4
import {
5
5
ensurePrimary ,
6
6
handleTransactionalConsistency ,
7
7
setTxCookie ,
8
- } from './http'
8
+ } from './http.js '
9
9
10
- export * from './http'
10
+ export * from './http.js '
11
11
12
12
/**
13
13
* This is an express middleware that will ensure that if the client has a
Original file line number Diff line number Diff line change 5
5
getInstanceInfo ,
6
6
getTxNumber ,
7
7
getTxSetCookieHeader ,
8
- } from '.'
8
+ } from './index.js '
9
9
10
10
/**
11
11
* If the current instance is the primary instance, then returns false.
Original file line number Diff line number Diff line change 4
4
getInstanceInfo ,
5
5
getTxNumber ,
6
6
getTxSetCookieHeader ,
7
- } from '.'
7
+ } from './index.js '
8
8
9
- export { getTxSetCookieHeader } from '.'
9
+ export { getTxSetCookieHeader } from './index.js '
10
10
11
11
/**
12
12
* If the current instance is the primary instance, then returns false.
You can’t perform that action at this time.
0 commit comments