Samual 🦢
Explore posts from serversBuild tool generate TypeScript for JSR
for anyone else who finds this: you don't need to generate TypeScript files, you can generate JavaScript files that have
// @ts-self-types="./<name>.d.ts
comments at the top (where <name>
is replaced with the name of the file)6 replies
set response header from within `createServerData$()` callback
judging by https://github.com/solidjs/solid-start/blob/043577a6400b8461baa2345e70b665f86da9692f/packages/start/server/server-functions/server.ts#L160 it doesn't look like this is fixable
8 replies