Skip to content

Commit

Permalink
Fix create-effect-app startup (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdala authored Nov 29, 2024
1 parent 327cd88 commit e177c34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/http-server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.direnv/
node_modules/
dist/
/data/
/data/*
!.gitkeep
.env
*.tsbuildinfo
.DS_Store
Empty file.
2 changes: 1 addition & 1 deletion examples/http-server/src/People.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { GroupId } from "./Domain/Group.js"
import type { PersonId } from "./Domain/Person.js"
import { Person, PersonNotFound } from "./Domain/Person.js"
import { policyRequire } from "./Domain/Policy.js"
import type { PeopleRepo } from "./People/Repo.js"
import { PeopleRepo } from "./People/Repo.js"
import { SqlLive } from "./Sql.js"

export class People extends Effect.Service<People>()("People", {
Expand Down

0 comments on commit e177c34

Please sign in to comment.