Files
triggerdotdev--trigger.dev/apps/webapp/remix.env.d.ts
Katia Bulatova d05f1a7398 chore(webapp): migrate from Remix compiler to Vite (#4188)
Replaces Remix compiler with the Vite plugin. The Express server
(cluster, socket.io, ws) and the Docker image contract are unchanged.
2026-07-21 15:57:13 +02:00

8 lines
269 B
TypeScript

/// <reference types="@remix-run/dev" />
/// <reference types="vite/client" />
/// <reference types="@remix-run/node/globals" />
// Font packages that resolve to CSS — imported for their side effect only.
declare module "non.geist";
declare module "non.geist/mono";