Skip to content

Commit

Permalink
feat(config): add JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed May 22, 2020
1 parent b32b037 commit dba6782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export async function readConfig(
*/
export async function writeConfig(file: string) {
let config = {
"$schema": "https://deno.land/x/denon/schema.json",
scripts: {
"start": "app.ts",
},
Expand Down

0 comments on commit dba6782

Please sign in to comment.