We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b8423 commit 206d0c2Copy full SHA for 206d0c2
src/config/load.ts
@@ -18,6 +18,7 @@ const loadConfig = (logger?: pino.Logger): SanitizedConfig => {
18
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
19
// @ts-ignore
20
swcRegister({
21
+ sourceMaps: 'inline',
22
jsc: {
23
parser: {
24
syntax: 'typescript',
test/dev.js
@@ -21,7 +21,7 @@ process.env.PAYLOAD_CONFIG_PATH = configPath;
process.env.PAYLOAD_DROP_DATABASE = 'true';
- sourceMaps: true,
25
26
27
tsconfig.json
@@ -41,4 +41,4 @@
41
"node_modules",
42
".eslintrc.js"
43
]
44
-}
+}
0 commit comments