Skip to content

Commit 618d858

Browse files
fix build
1 parent a69f375 commit 618d858

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

packages/server-functions-plugin/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,12 @@
4141
},
4242
"type": "module",
4343
"types": "dist/esm/index.d.ts",
44-
"main": "dist/cjs/index.cjs",
4544
"module": "dist/esm/index.js",
4645
"exports": {
4746
".": {
4847
"import": {
4948
"types": "./dist/esm/index.d.ts",
5049
"default": "./dist/esm/index.js"
51-
},
52-
"require": {
53-
"types": "./dist/cjs/index.d.cts",
54-
"default": "./dist/cjs/index.cjs"
5550
}
5651
},
5752
"./package.json": "./package.json"

packages/start-server-core/src/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export {
99
} from '@tanstack/router-core/ssr/server'
1010
export type { HandlerCallback } from '@tanstack/router-core/ssr/server'
1111

12-
export { handleServerAction } from './server-functions-handler'
13-
1412
export * from './request-response'
1513

1614
export * from './virtual-modules'

packages/start-server-core/src/virtual-modules.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ export const VIRTUAL_MODULES = {
88

99
export type VirtualModules = {
1010
[VIRTUAL_MODULES.startManifest]: typeof import('tanstack-start-manifest:v')
11-
[VIRTUAL_MODULES.serverFnManifest]: typeof import('#tanstack-start-server-fn-manifest')
1211
[VIRTUAL_MODULES.injectedHeadScripts]: typeof import('tanstack-start-injected-head-scripts:v')
1312
}

0 commit comments

Comments
 (0)