chore: Change main and files of backend package

This commit is contained in:
Faruk AYDIN
2024-01-12 14:13:45 +01:00
parent ec63ce0532
commit b0909ecb98

View File

@@ -80,26 +80,15 @@
} }
], ],
"homepage": "https://github.com/automatisch/automatisch#readme", "homepage": "https://github.com/automatisch/automatisch#readme",
"main": "dist/src/app", "main": "src/server",
"directories": { "directories": {
"bin": "bin", "bin": "bin",
"src": "src", "src": "src",
"test": "__tests__" "test": "__tests__"
}, },
"files": [ "files": [
"dist",
"bin", "bin",
"src", "src"
"server.js",
"server.d.ts",
"worker.js",
"worker.d.ts",
"logger.js",
"logger.d.ts",
"database.js",
"database.d.ts",
"database-utils.js",
"database-utils.d.ts"
], ],
"repository": { "repository": {
"type": "git", "type": "git",