Skip to content

Commit

Permalink
Fix lint issue (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick authored Feb 23, 2024
1 parent 0de36a7 commit dca43d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'webpack-dev-server'

const isDev = process.env.DEV === '1'
const port = process.env.BOTD_PORT || 3000
const host = process.env.BOTD_HOST;
const host = process.env.BOTD_HOST

const config: Configuration = {
mode: isDev ? 'development' : 'production',
Expand Down

0 comments on commit dca43d5

Please sign in to comment.