fix: removed collage

fix: removing collage

feat: added ingredient type to server for testing and a config"

chore: setup deno server package
This commit is contained in:
Daniel Ledda
2022-06-20 22:22:42 +02:00
parent 47301a822d
commit c628f6b46e
18 changed files with 288 additions and 130 deletions

View File

@@ -1,21 +0,0 @@
{
"name": "stocca-tre",
"version": "0.0.1",
"description": "pizza im dritten stock",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "https://git.djledda.de/Ledda/stocca-tre.git"
},
"author": "Daniel Ledda",
"license": "MIT",
"dependencies": {
"@djledda/ladder": "^1.0.2",
"@types/node": "^17.0.41",
"sass": "^1.52.2",
"vite": "^2.9.10"
}
}