1
0
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:
Edward Sammut Alessi
2025-09-21 20:44:14 +02:00
parent 80c0e43bab
commit d7ffba2b0e

View File

@@ -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 {