Boilerplate generator and deno tasks for monorepo
This commit is contained in:
16
deno.jsonc
Normal file
16
deno.jsonc
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"imports": {
|
||||
"oak": "https://deno.land/x/oak@v12.2.0/mod.ts",
|
||||
"mongoose": "npm:mongoose",
|
||||
"/": "./",
|
||||
"./": "./",
|
||||
"common/": "./common/",
|
||||
"cgg/": "./lib/",
|
||||
"lib/": "./lib/",
|
||||
"middleware/": "./middleware/"
|
||||
},
|
||||
"tasks": {
|
||||
"dev": "deno run -A startDev.ts",
|
||||
"createService": "deno run -A createService.ts"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user