Pål Brattberg
04/27/2021, 9:12 AMsst start
, but works with sst deploy
. I have tried both for a Function and an Api path. Anybody using this?Frank
copyFiles
does not get run on sst start
.Frank
sst start
. So copyFiles
only made sense to be run on deploy.Frank
Pål Brattberg
04/27/2021, 9:17 PMFrank
Frank
copyFiles
, the files are copied over on esbuild. But for sst start
case, it wouldn’t make sense to copy the files over every time the file is re-built (in live reload).Frank
sst start
where the files are copied over only ONCE on start up. 🤔