working versions of nextjs and web

This commit is contained in:
goenning 2023-09-01 14:40:08 +01:00
parent 9c7e01e6d4
commit e104dd53dc
26 changed files with 267 additions and 425 deletions

View file

@ -12,6 +12,8 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"tsup": "7.2.0",
"@types/node": "20.5.7",
"prettier": "3.0.3",
"turbo": "1.10.13"
},