So curious but how come a vite build is triggered ...
# help
r
So curious but how come a vite build is triggered for a
ViteStaticSite
when running
sst start
and a stack change happens? Anytime I save a stack file it does
Stacks: Synthesizing changes..
then ends up rebuilding the site. I would think in local dev mode there isn't much use for a vite build?
t
I don't think it should be doing this
Hm
f
@Ross Gerbasi lemme give it a try
Following up on this, I wasn’t able to reproduce this on my end.
@Ross Gerbasi do you have
disablePlaceholder
set to
true
for ur
ViteStaticSite
by any chance?
r
@Frank nope just a
path
and
environment
set
f
oh hmm.. that’s really weird. I’m not able to reproduce this on my end.
If you get a chance to put together a sample repo with the issue, I will give it a try on my end.