Skip to content

Commit

Permalink
fix parcel watcher exports
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed Jan 13, 2025
1 parent b9210c3 commit 856a2da
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,13 @@
"@effect/platform": "workspace:^",
"@types/bun": "^1.1.13",
"effect": "workspace:^"
},
"effect": {
"generateExports": {
"include": [
"*.ts",
"BunFileSystem/*.ts"
]
}
}
}
8 changes: 8 additions & 0 deletions packages/platform-node-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,13 @@
"@types/tar": "^6.1.12",
"effect": "workspace:^",
"tar": "^6"
},
"effect": {
"generateExports": {
"include": [
"*.ts",
"NodeFileSystem/*.ts"
]
}
}
}
8 changes: 8 additions & 0 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,13 @@
"@types/mime": "^3.0.4",
"@types/ws": "^8.5.12",
"effect": "workspace:^"
},
"effect": {
"generateExports": {
"include": [
"*.ts",
"NodeFileSystem/*.ts"
]
}
}
}

0 comments on commit 856a2da

Please sign in to comment.