Add a dev env in Okteto (#128)

* add a dev env
This commit is contained in:
Salah Al Saleh
2024-02-05 09:16:45 -08:00
committed by GitHub
parent ccfdafc048
commit 7624fbfa13
20 changed files with 424 additions and 24 deletions

View File

@@ -1,5 +1,3 @@
import { tryParsePutTagRequest, handleTagManifestRequest } from "./tag_manifest";
if (typeof addEventListener === 'function') {
addEventListener('fetch', (e: Event): void => {
// work around as strict typescript check doesn't allow e to be of type FetchEvent