Skip to content

Commit

Permalink
chore: reference vinxi client-server types
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Nov 22, 2024
1 parent 99be121 commit ee14e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/client.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="vinxi/types/client" />
import { hydrateRoot } from 'react-dom/client'
import { StartClient } from '@tanstack/start'
import { createRouter } from './router'
Expand Down
1 change: 1 addition & 0 deletions app/ssr.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="vinxi/types/server" />
import {
createStartHandler,
defaultStreamHandler,
Expand Down

0 comments on commit ee14e9a

Please sign in to comment.