fix(core): update
This commit is contained in:
parent
9a299a6b2e
commit
429aacb20e
@ -39,7 +39,7 @@ export type TEnvironment = 'local' | 'test' | 'staging' | 'production';
|
|||||||
/**
|
/**
|
||||||
* the available runtimes
|
* the available runtimes
|
||||||
*/
|
*/
|
||||||
export type TRuntime = 'node' | 'chrome' | 'rust' | 'deno';
|
export type TRuntime = 'node' | 'chrome' | 'rust' | 'deno' | 'cloudflare_workers';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* the log context e.g. what app in what version on what server
|
* the log context e.g. what app in what version on what server
|
||||||
|
Loading…
Reference in New Issue
Block a user