mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
fix(security): harden execution sandbox and add dedicated admin execution logs
This commit is contained in:
+24
-5
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "my-v0-project",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"name": "openlearnx",
|
||||
"version": "2.0.3",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"dev": "next dev",
|
||||
@@ -81,5 +81,24 @@
|
||||
"postcss": "^8.5",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
},
|
||||
"repository": "https://github.com/th30d4y/OpenLearnX.git",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"package.json",
|
||||
"app",
|
||||
"components",
|
||||
"context",
|
||||
"hooks",
|
||||
"lib",
|
||||
"public",
|
||||
"styles",
|
||||
"next.config.mjs",
|
||||
"postcss.config.mjs",
|
||||
"tailwind.config.ts",
|
||||
"tsconfig.json"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user