Skip to content

Commit

Permalink
fix: workspace file had old boutique example (#958)
Browse files Browse the repository at this point in the history
- added frontend

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wesbillman and github-actions[bot] authored Feb 20, 2024
1 parent e01b04a commit a6ab71a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions FTL.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
{
"path": "kotlin-runtime"
},
{
"path": "examples/online-boutique"
},
{
"path": "examples/go/echo",
"name": "examples/go/echo"
Expand All @@ -24,6 +21,9 @@
{
"path": "backend"
},
{
"path": "frontend"
},
{
"path": "cmd/ftl",
"name": "CLI"
Expand All @@ -48,4 +48,4 @@
"**/*.zip": true,
}
}
}
}
1 change: 0 additions & 1 deletion examples/go/echo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ require (
connectrpc.com/otelconnect v0.7.0 // indirect
github.com/alecthomas/concurrency v0.0.2 // indirect
github.com/alecthomas/participle/v2 v2.1.1 // indirect
github.com/alecthomas/repr v0.4.0 // indirect
github.com/alecthomas/types v0.10.1 // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
Expand Down

0 comments on commit a6ab71a

Please sign in to comment.