Skip to content

Commit

Permalink
ignore docs generation for dummy.
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Oct 12, 2023
1 parent 893a03b commit 617a15c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/dummy/glee.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import fs from 'fs'

export default async function () {
return {
docs: {
enabled: false
},
mqtt: {
auth: async ({serverName}) => {
if(serverName === 'mosquitto') {
Expand Down

0 comments on commit 617a15c

Please sign in to comment.