if I'm developing a static react site in a differe...
# sst
h
if I'm developing a static react site in a different workspace what is the best way to point the sst.ReactStaticSite to the bundled directory?
t
by different workspace do you mean another repo?
you should be able to use sst.StaticSite and point the
path
to where it is and the
buildOutput
to the build folder and omit the
buildCommand
h
would it be better just to use static site in this case?
since it's all bundled up already?
d
yes.