fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-10 04:52:20 +00:00
parent 9a299a6b2e
commit 429aacb20e

View File

@ -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