From 429aacb20e0d3a5250c1408c73b4d54fda73bfa2 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 10 Jun 2020 04:52:20 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 55a0593..1a9a3f7 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -39,7 +39,7 @@ export type TEnvironment = 'local' | 'test' | 'staging' | 'production'; /** * 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