program is now in web server

Co-authored-by: Avior <github@avior.me>
This commit is contained in:
Edhueppe 2023-02-10 10:06:31 +01:00
parent b938e6c541
commit e277358a88
5 changed files with 766 additions and 715 deletions

View File

@ -1,14 +0,0 @@
4908c62a9ef715c8f0272808f9be4dc71159f08eb36f0c1d45c401d89d31c255
6593629b0f37dbe7ea94753fa925b9bf75c50201f92ef97f7ccf3b94c89a2d5d
4908c62a9ef715c8f0272808f9be4dc71159f08eb36f0c1d45c401d89d31c255
6593629b0f37dbe7ea94753fa925b9bf75c50201f92ef97f7ccf3b94c89a2d5d
4908c62a9ef715c8f0272808f9be4dc71159f08eb36f0c1d45c401d89d31c255
6593629b0f37dbe7ea94753fa925b9bf75c50201f92ef97f7ccf3b94c89a2d5d
4908c62a9ef715c8f0272808f9be4dc71159f08eb36f0c1d45c401d89d31c255
6593629b0f37dbe7ea94753fa925b9bf75c50201f92ef97f7ccf3b94c89a2d5d
4908c62a9ef715c8f0272808f9be4dc71159f08eb36f0c1d45c401d89d31c255
6593629b0f37dbe7ea94753fa925b9bf75c50201f92ef97f7ccf3b94c89a2d5d
4908c62a9ef715c8f0272808f9be4dc71159f08eb36f0c1d45c401d89d31c255
6593629b0f37dbe7ea94753fa925b9bf75c50201f92ef97f7ccf3b94c89a2d5d
4908c62a9ef715c8f0272808f9be4dc71159f08eb36f0c1d45c401d89d31c255 : image2.jfif
6593629b0f37dbe7ea94753fa925b9bf75c50201f92ef97f7ccf3b94c89a2d5d : image3.jfif

1454
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,12 +17,19 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@types/errorhandler": "^1.5.0",
"@types/express": "^4.17.17",
"@types/express-handlebars": "^6.0.0",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"express-handlebars": "^6.0.7",
"jimp": "^0.16.2", "jimp": "^0.16.2",
"js-sha1": "^0.6.0", "js-sha1": "^0.6.0",
"serve-static": "^1.15.0",
"spark-md5": "^3.0.2" "spark-md5": "^3.0.2"
}, },
"devDependencies": { "devDependencies": {
"@dzeio/config": "^1.1.12", "@dzeio/config": "^1.1.8",
"@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0", "@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.33.0", "eslint": "^8.33.0",

View File

@ -83,4 +83,4 @@ async function filesList(Path: string): Promise<Array<string>> {
} }
})('./images') })('/images')

View File

@ -4,6 +4,6 @@
"outDir": "./dist" "outDir": "./dist"
}, },
"files": [ "files": [
"src/index.ts" "src/index.ts",
] ]
} }