Join Slack
Powered by
do I need to npm i kysely to get autocompletion on...
# sst
h
Harris Newsteder
03/30/2022, 11:20 AM
do I need to npm i kysely to get autocompletion on my migration.ts files?
t
thdxr
03/30/2022, 11:35 AM
Currently migrations need to be written as js files
h
Harris Newsteder
03/30/2022, 11:37 AM
thanks
j
justindra
03/30/2022, 3:39 PM
I got my migrations to work as TS files by creating a separate esbuild config for just a migrations folder. And running that with through a
pre...
npm script
Open in Slack
Previous
Next