* Do any work needed before starting the dev server or build. Either will wait * for this to complete before continuing. Example: For "local", this involves * running esinstall (if needed) to prepare your local dependencies as ESM.
()
| 380 | * running esinstall (if needed) to prepare your local dependencies as ESM. |
| 381 | */ |
| 382 | prepare(): Promise<void>; |
| 383 | /** |
| 384 | * Like prepare(), but only looks at a single file and meant to run at anytime, |
| 385 | * usually after the server has already started and is running. |
no outgoing calls
no test coverage detected