feat: Add repository field to package.json files across the project

This commit is contained in:
Nawaz Dhandala
2025-12-11 21:31:52 +00:00
parent 27a2fdc794
commit c617372e37
34 changed files with 109 additions and 17 deletions

View File

@@ -2,6 +2,10 @@
"name": "@oneuptime/test-server",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/OneUptime/oneuptime"
},
"main": "index.js",
"scripts": {
"start": "export NODE_OPTIONS='--max-old-space-size=8096' && node --require ts-node/register Index.ts",