Self-hosting! (#49)

* added self-hosting
This commit is contained in:
Carl-Gerhard Lindesvärd
2024-08-28 09:28:44 +02:00
committed by GitHub
parent f0b7526847
commit df05e2dab3
70 changed files with 2310 additions and 272 deletions

22
self-hosting/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "@openpanel/self-hosting",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"bcrypt": "^5.1.1",
"inquirer": "^9.3.1",
"jiti": "^1.21.6",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2"
}
}