Skip to content

Commit b42821d

Browse files
committed
fix: try to solve linux issues
1 parent 5335042 commit b42821d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adapter.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function adapter({
7070
{
7171
envVars: {
7272
TS_NODE_IGNORE: '^(?!.*(sveltekit-adapter-aws-pulumi)).*',
73+
TS_NODE_TRANSPILE_ONLY: '1'
7374
},
7475
}
7576
)
@@ -106,6 +107,7 @@ export function adapter({
106107
const mainStack = await LocalWorkspace.createOrSelectStack(mainArgs, {
107108
envVars: {
108109
TS_NODE_IGNORE: '^(?!.*(sveltekit-adapter-aws-pulumi)).*',
110+
TS_NODE_TRANSPILE_ONLY: '1'
109111
},
110112
})
111113

0 commit comments

Comments
 (0)