Skip to content

Commit

Permalink
Merge pull request #57 from PHS-TSA/deployctl
Browse files Browse the repository at this point in the history
Add deployctl config
  • Loading branch information
lishaduck committed May 22, 2024
2 parents 025b553 + 613b3a2 commit ce77191
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@
"nodeModulesDir": true,
"lint": {
"rules": {
"tags": ["fresh", "recommended"],
"tags": [
"fresh",
"recommended"
],
"include": [
"ban-untagged-todo",
"explicit-function-return-type",
Expand All @@ -126,5 +129,17 @@
]
}
},
"exclude": ["**/_fresh/*", "**/*.gen.ts", "src/content/"]
}
"exclude": [
"**/_fresh/*",
"**/*.gen.ts",
"src/content/"
],
"deploy": {
"project": "b28334c7-f98b-42e1-aa61-15af53a0ffc0",
"exclude": [
"**/node_modules"
],
"include": [],
"entrypoint": "src/main.ts"
}
}

0 comments on commit ce77191

Please sign in to comment.