MCPcopy
hub / github.com/sveltejs/kit / handler

Function handler

packages/adapter-node/rollup.config.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 order: 'pre',
16 sequential: true,
17 handler() {
18 rmSync(filepath, { recursive: true, force: true });
19 }
20 }
21 };
22}

Callers 1

serve_prerenderedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected