d05f1a7398
Replaces Remix compiler with the Vite plugin. The Express server (cluster, socket.io, ws) and the Docker image contract are unchanged.
8 lines
269 B
TypeScript
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";
|