Skip to content

Commit

Permalink
delete workers-types.d.ts
Browse files Browse the repository at this point in the history
we don't need this anymore since `@remix-run/cloudflare` now references the types@v4
  • Loading branch information
threepointone committed Jun 14, 2024
1 parent 6c12388 commit ecede70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 79 deletions.
78 changes: 0 additions & 78 deletions app/types/workers-types.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
serverDependenciesToBundle: [
/^(?!__STATIC_CONTENT_MANIFEST|cloudflare:workers).*$/,
],
serverMainFields: ['browser', 'module', 'main'],
serverMainFields: ['workerd', 'browser', 'module', 'main'],
serverMinify: true,
serverModuleFormat: 'esm',
serverPlatform: 'neutral',
Expand Down

0 comments on commit ecede70

Please sign in to comment.