Skip to content

Commit ba9acc6

Browse files
committedNov 14, 2024
small fix
1 parent 67801ec commit ba9acc6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎remix/vite.config.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { vitePlugin as remix } from '@remix-run/dev'
22
import tsconfigPaths from 'vite-tsconfig-paths'
33
import { defineConfig } from 'vite'
4-
import { installGlobals } from '@remix-run/node'
5-
6-
installGlobals()
74

85
declare module '@remix-run/node' {
96
// or cloudflare, deno, etc.

0 commit comments

Comments
 (0)
Please sign in to comment.