diff --git a/cca/README.md b/cca/README.md index 2618fe6..d6cfd25 100644 --- a/cca/README.md +++ b/cca/README.md @@ -23,7 +23,7 @@ In another terminal, run the frontend using the following commands: ```shell ignite s cca cd web -yarn +yarn install yarn dev ``` diff --git a/cca/templates/web.go b/cca/templates/web.go index 7d72309..d275f51 100644 --- a/cca/templates/web.go +++ b/cca/templates/web.go @@ -8,7 +8,7 @@ import ( "path/filepath" ) -//go:embed web/* +//go:embed all:web/* var web embed.FS func Write(destinationPath string) error {