Add microapp platform scaffold
This commit is contained in:
17
microapps/templates/pocketbase-deno-dashboard/deno.json
Normal file
17
microapps/templates/pocketbase-deno-dashboard/deno.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --watch --allow-read=. --allow-env=PORT,POCKETBASE_URL,POCKETBASE_SERVICE_EMAIL,POCKETBASE_SERVICE_PASSWORD,APP_OWNER_TEAM_ID,APP_SLUG --allow-net=127.0.0.1,localhost,pocketbase.internal main.ts",
|
||||
"check": "deno check main.ts pocketbase/client.ts app.config.ts"
|
||||
},
|
||||
"fmt": {
|
||||
"lineWidth": 100,
|
||||
"singleQuote": false
|
||||
},
|
||||
"lint": {
|
||||
"rules": {
|
||||
"tags": [
|
||||
"recommended"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user