Skip to content

Commit 8d84e98

Browse files
committed
attempt ref path
Signed-off-by: Matt Krick <matt.krick@gmail.com>
1 parent 6d2b77a commit 8d84e98

File tree

6 files changed

+387
-393
lines changed

6 files changed

+387
-393
lines changed

packages/server/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default [
1616
...base,
1717
{
1818
ignores: [
19-
'types/webpackEnv.d.ts',
19+
'types/webpackEnv.ts',
2020
'postgres/migrations',
2121
'**/generated/',
2222
'**/*/githubTypes.ts',

packages/server/graphql/private/resolvers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* This file dynamically requires all queries, mutations, and types.
22
* No need to mess with this unless we add subscriptions to the private schema
33
*/
4-
import '../../types/webpackEnv.d'
54
import importAll from '../../utils/importAll'
65
import {Resolvers} from './resolverTypes'
76

packages/server/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import jiraImagesHandler from './jiraImagesHandler'
1313
import listenHandler from './listenHandler'
1414
import selfHostedHandler from './selfHostedHandler'
1515
import {createStaticFileHandler} from './staticFileHandler'
16-
import './types/webpackEnv.d'
1716
import {Logger} from './utils/Logger'
1817
import SAMLHandler from './utils/SAMLHandler'
1918
import getReqAuth from './utils/getReqAuth'

0 commit comments

Comments
 (0)