Skip to content

Commit

Permalink
chore: remove lib dir from source-code & fix dev scripts (#98)
Browse files Browse the repository at this point in the history
* chore: remove lib dir from source-code && fix dev scripts

* fix: remove lib dir from git cache

* fix: dev script

Co-authored-by: Sabin Adams <[email protected]>
  • Loading branch information
YassinEldeeb and sabinadams authored May 7, 2022
1 parent 60e1149 commit 187eb7a
Show file tree
Hide file tree
Showing 83 changed files with 14 additions and 3,848 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
lib
# Keep environment variables out of version control
.env
2 changes: 1 addition & 1 deletion generated.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ datasource db {

generator js {
provider = "prisma-client-js"
previewFeatures = ["fullTextIndex", "extendedIndexes", "mongoDb"]
previewFeatures = ["fullTextIndex", "extendedIndexes"]
}

generator test {
Expand Down
1 change: 0 additions & 1 deletion lib/aurora.d.ts

This file was deleted.

94 changes: 0 additions & 94 deletions lib/aurora.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/functions/combineModels.d.ts

This file was deleted.

62 changes: 0 additions & 62 deletions lib/functions/combineModels.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/functions/getAuroraConfigJson.d.ts

This file was deleted.

93 changes: 0 additions & 93 deletions lib/functions/getAuroraConfigJson.js

This file was deleted.

4 changes: 0 additions & 4 deletions lib/functions/index.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions lib/functions/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions lib/functions/parseSchema.d.ts

This file was deleted.

Loading

0 comments on commit 187eb7a

Please sign in to comment.