Skip to content

Commit

Permalink
Post-monorepo changes (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Dec 27, 2023
1 parent ae27ea5 commit 42266e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/DocsLookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import * as Prettier from "prettier"

const docUrls = [
"https://effect-ts.github.io/effect",
"https://effect-ts.github.io/opentelemetry",
"https://effect-ts.github.io/platform",
"https://effect-ts.github.io/schema",
]

const make = Effect.gen(function* (_) {
Expand Down
4 changes: 0 additions & 4 deletions src/Issueifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ export class NotInThreadError extends Data.TaggedError(
const githubRepos = [
{ label: "/website", owner: "effect-ts", repo: "website" },
{ label: "/effect", owner: "effect-ts", repo: "effect" },
{ label: "/schema", owner: "effect-ts", repo: "schema" },
{ label: "/platform", owner: "effect-ts", repo: "platform" },
{ label: "/opentelemetry", owner: "effect-ts", repo: "opentelemetry" },
{ label: "/rpc", owner: "effect-ts", repo: "rpc" },
]
type GithubRepo = (typeof githubRepos)[number]

Expand Down

0 comments on commit 42266e6

Please sign in to comment.