From f88c63b74786dd2f577689d77b8e73eb4a0cc601 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 17 Oct 2024 02:40:29 +0200 Subject: [PATCH] Create the server --- .idea/inspectionProfiles/Project_Default.xml | 2 +- .idea/runConfigurations/Run_main_ts.xml | 5 ++ deno.json | 9 ++- deno.lock | 71 +++++++++++++++++++- src/main.ts | 36 ++++++++-- 5 files changed, 113 insertions(+), 10 deletions(-) create mode 100644 .idea/runConfigurations/Run_main_ts.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index e93d177..0dbecd0 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -9,7 +9,7 @@