mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-06 05:02:09 +00:00
feat: init moodle and separate stuffs to shared package
This commit is contained in:
14
apps/shared/package.json
Normal file
14
apps/shared/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "shared",
|
||||
"version": "1.0.0",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
"build": "rimraf build && esbuild index.ts --minify=true --platform=node --outdir=build --format=cjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "0.14.49",
|
||||
"nodemon": "2.0.19",
|
||||
"rimraf": "3.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user