fix(docs): redirect from old docs to new

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-13 23:24:40 +01:00
parent b30a76165d
commit 15b1c5f82f
3 changed files with 66 additions and 0 deletions

12
apps/docs/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}