Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 15, 2025
1 parent a46e173 commit d3a58f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion cca/templates/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"
)

//go:embed web/*
//go:embed all:web/*
var web embed.FS

func Write(destinationPath string) error {
Expand Down

0 comments on commit d3a58f9

Please sign in to comment.