feat: implementing server framework

This commit is contained in:
Daniel Ledda
2022-06-29 08:24:00 +02:00
parent c628f6b46e
commit bd177c7f09
17 changed files with 210 additions and 55 deletions

View File

@@ -2,7 +2,7 @@
"name": "stocca-tre-server",
"version": "0.0.1",
"scripts": {
"start": "deno run --allow-net main.ts"
"start": "deno run --allow-net --import-map=importMap.json main.ts"
},
"description": "Backend for StoccaTre",
"author": "Daniel Ledda",