()
| 9 | export const port = ports['ssr-wasm'] |
| 10 | |
| 11 | export async function preServe() { |
| 12 | if (isBuild) { |
| 13 | await build({ root: rootDir, logLevel: 'silent' }) |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | export async function serve(): Promise<{ close(): Promise<void> }> { |
| 18 | await kill(port) |