Skip to content

Commit

Permalink
Get green
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 11, 2024
1 parent dc0e81f commit 953d0b8
Show file tree
Hide file tree
Showing 16 changed files with 196 additions and 536 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"release-it": "^15.6.0",
"sentences-per-line": "^0.2.1",
"should-semantic-release": "^0.1.0",
"typescript": "^5.0.0",
"typescript": "^5.6.3",
"vitest": "^0.31.1",
"yaml-eslint-parser": "^1.2.0"
},
Expand Down
116 changes: 58 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions src/formatDTS.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import typescript from "typescript"

import { AppContext } from "./context.js"
import { PrismaMap, prismaModeller } from "./prismaModeller.js"
import { lookAtServiceFile } from "./serviceFile2.js"
import { lookAtServiceFile } from "./serviceFile.js"
import { createSharedSchemaFiles } from "./sharedSchema.js"
import { CodeFacts, FieldFacts } from "./typeFacts.js"
import { RedwoodPaths } from "./types.js"
Expand Down
Loading

0 comments on commit 953d0b8

Please sign in to comment.