Skip to content

Commit

Permalink
chore(api): use non-cloud API specification for server
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Nov 5, 2024
1 parent 70ec384 commit 8cf641a
Show file tree
Hide file tree
Showing 10 changed files with 1,251 additions and 2,598 deletions.
2 changes: 1 addition & 1 deletion .dagger/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Generate struct {
func (m *Generate) Openapi() *dagger.File {
file := typespecBase(m.Source.Directory("api/spec")).
WithExec([]string{"pnpm", "compile"}).
File("/work/output/openapi.OpenMeterCloud.yaml").
File("/work/output/openapi.OpenMeter.yaml").
WithName("openapi.yaml")

// https://github.com/microsoft/typespec/issues/2154
Expand Down
Loading

0 comments on commit 8cf641a

Please sign in to comment.