do I need to npm i kysely to get autocompletion on...
# sst
h
do I need to npm i kysely to get autocompletion on my migration.ts files?
t
Currently migrations need to be written as js files
h
thanks
j
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