Skip to content

Commit

Permalink
refactor: start using @rescript/core package (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
seekshiva authored Mar 8, 2024
1 parent 3caa69d commit ebe2db0
Show file tree
Hide file tree
Showing 11 changed files with 22,536 additions and 19,122 deletions.
5 changes: 3 additions & 2 deletions bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": 4,
"mode": "classic"
},
"bsc-flags": ["-bs-super-errors"],
"bsc-flags": ["-bs-super-errors", "-open RescriptCore"],
"sources": {
"dir": "src",
"subdirs": true
Expand All @@ -21,6 +21,7 @@
"@rescript/react",
"bs-fetch",
"@ryyppy/rescript-promise",
"rescript-webapi"
"rescript-webapi",
"@rescript/core"
]
}
Loading

0 comments on commit ebe2db0

Please sign in to comment.