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 237f2f8 commit d18fa19Copy full SHA for d18fa19
adapter.ts
@@ -71,7 +71,7 @@ export function adapter({
71
envVars: {
72
TS_NODE_IGNORE: '^(?!.*(sveltekit-adapter-aws-pulumi)).*',
73
TS_NODE_TYPE_CHECK: '0',
74
- PULUMI_NODEJS_TRANSPILE_ONLY: "true"
+ PULUMI_NODEJS_TRANSPILE_ONLY: 'true',
75
},
76
}
77
)
@@ -109,7 +109,7 @@ export function adapter({
109
110
111
112
113
114
})
115
0 commit comments