2
0

build: 🏗️ Add docker image and deployment features

This commit is contained in:
Baptiste Arnaud
2022-03-12 07:53:37 +01:00
parent 1dbbc9a251
commit e886d1b079
30 changed files with 2020 additions and 2136 deletions

View File

@@ -6,14 +6,14 @@
"license": "AGPL-3.0-or-later",
"private": true,
"devDependencies": {
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"dependencies": {
"next": "^12.0.10",
"next": "^12.1.0",
"db": "*"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch --preserveWatchOutput"
"dx": "tsc --watch --preserveWatchOutput"
}
}