Skip to content

Commit

Permalink
chore: drop runMain
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 29, 2023
1 parent 9dfd100 commit 7cdaf9d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 79 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-moles-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect-app/infra-adapters": minor
---

drop runMain (use platform-node runMain)
5 changes: 0 additions & 5 deletions packages/infra-adapters/_src/_global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ import "@effect-app/schema/_global"
* @tsplus global
*/
import { Logger } from "effect/Logger"

/**
* @tsplus global
*/
import {} from "@effect-app/infra-adapters/runMain"
64 changes: 0 additions & 64 deletions packages/infra-adapters/_src/runMain.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/infra-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,16 +282,6 @@
"types": "./dist/redis-client.d.ts",
"default": "./_cjs/redis-client.cjs"
}
},
"./runMain": {
"import": {
"types": "./dist/runMain.d.ts",
"default": "./dist/runMain.js"
},
"require": {
"types": "./dist/runMain.d.ts",
"default": "./_cjs/runMain.cjs"
}
}
},
"sideEffects": false,
Expand Down

0 comments on commit 7cdaf9d

Please sign in to comment.