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 f3bc194 commit 2f5c00aCopy full SHA for 2f5c00a
adapter.ts
@@ -70,7 +70,8 @@ export function adapter({
70
{
71
envVars: {
72
TS_NODE_IGNORE: '^(?!.*(sveltekit-adapter-aws-pulumi)).*',
73
- TS_NODE_TRANSPILE_ONLY: '1'
+ TS_NODE_TYPE_CHECK: '0',
74
+ PULUMI_NODEJS_TRANSPILE_ONLY: "true"
75
},
76
}
77
)
@@ -107,7 +108,8 @@ export function adapter({
107
108
const mainStack = await LocalWorkspace.createOrSelectStack(mainArgs, {
109
110
111
112
113
114
})
115
0 commit comments