Common hooks executed by the dev-server, test runner and the bundler.
These hooks are shared across all assembler operations and provide
lifecycle management for initialization tasks.
The hook is executed as the first step when assembler starts the
dev-server, runs tests or creates a build. Use this hook to perform
initialization tasks that are common across all operations.
Param: parent
The parent instance (DevServer, TestRunner, or Bundler)
Common hooks executed by the dev-server, test runner and the bundler. These hooks are shared across all assembler operations and provide lifecycle management for initialization tasks.
Example