18 lines
455 B
JSON
18 lines
455 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|