Skip to content

Commit 2baad07

Browse files
committed
rename editor to studio
1 parent 06635c5 commit 2baad07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+19
-5
lines changed

README.md

Lines changed: 14 additions & 0 deletions

pkg/api/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66
"github.com/bufbuild/connect-go"
7-
"github.com/protoflow-labs/protoflow/editor/public"
7+
"github.com/protoflow-labs/protoflow/studio/public"
88
"github.com/rs/zerolog/log"
99
"net/http"
1010
"os"

pkg/cli/cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ func New(
4949
},
5050
},
5151
{
52-
Name: "serve",
52+
Name: "studio",
5353
Flags: []cli.Flag{
5454
&cli.IntFlag{
5555
Name: "http",
56-
Usage: "Port for the http server",
56+
Usage: "Port for the studio",
5757
},
5858
},
5959
Action: func(ctx *cli.Context) error {
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "editor",
3-
"version": "0.1.0",
2+
"name": "studio",
3+
"version": "0.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)