6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
/**
|
|
* Next.js Instrumentation Hook.
|
|
* Hiện tại không áp dụng side effects để tránh ảnh hưởng runtime khởi động.
|
|
*/
|
|
export async function register() {}
|