mirror of
https://github.com/siderolabs/kres.git
synced 2026-02-05 09:45:35 +01:00
chore: add frontend/msw directory to docker
Add the frontend/msw directory to docker containers Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
This commit is contained in:
@@ -34,7 +34,7 @@ func (builder *builder) DetectJS() (bool, error) {
|
||||
return false, err
|
||||
}
|
||||
|
||||
for _, path := range []string{"src", "public"} {
|
||||
for _, path := range []string{"src", "public", "msw"} {
|
||||
d := filepath.Join(srcDir, path)
|
||||
|
||||
if exists {
|
||||
|
||||
Reference in New Issue
Block a user