Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add deprecation warning
  • Loading branch information
birkskyum committed Feb 25, 2025
commit b8e41134bac3d6b360b44bf67a648e59ef82f1f3
3 changes: 3 additions & 0 deletions packages/start/src/server.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
console.warn(
'[@tanstack/start] Warning: This package has moved to @tanstack/react-start. Please switch to the new package, as this package will be dropped from version 2.x.'
);
export * from '@tanstack/react-start-server'
Loading