File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 99} from '@tanstack/router-core/ssr/server'
1010export type { HandlerCallback } from '@tanstack/router-core/ssr/server'
1111
12- export { handleServerAction } from './server-functions-handler'
13-
1412export * from './request-response'
1513
1614export * from './virtual-modules'
Original file line number Diff line number Diff line change @@ -8,6 +8,5 @@ export const VIRTUAL_MODULES = {
88
99export 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}
You can’t perform that action at this time.
0 commit comments