AshPhoenix.Plug.CheckCodegenStatus (ash_phoenix v2.3.6)

View Source

A plug that checks if there are pending codegen tasks for your application.

Place plug AshPhoenix.Plug.CheckCodegenStatus just after plug Phoenix.CodeReloader in your endpoint.

Summary

Functions

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.

Functions

call(conn, opts)

Callback implementation for Plug.call/2.

init(opts)

Callback implementation for Plug.init/1.