Skip to content

Commit

Permalink
ci: remove codesee workflow
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
tsirysndr committed Apr 16, 2024
1 parent dcf3b35 commit 1f11fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/codesee-arch-diagram.yml

This file was deleted.

2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { assertEquals } from "jsr:@std/testing@0.218.2/asserts";

export type { DirectoryID, SecretID } from "./sdk/client.gen.ts";
export { File, Directory, Secret, dag } from "./sdk/client.gen.ts";
export { File, Directory, Container, Secret, dag } from "./sdk/client.gen.ts";
export { brightGreen } from "jsr:@std/fmt@0.218.2/colors";
export { stringifyTree } from "npm:stringify-tree@1.1.1";
import { gql } from "npm:graphql-request@6.1.0";
Expand Down

0 comments on commit 1f11fd1

Please sign in to comment.