Skip to content

Commit 6781bae

Browse files
author
sw-yx
committed
add husky and lintstaged
1 parent a2229f4 commit 6781bae

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/detect-server.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
const path = require("path");
22
const chalk = require("chalk");
3-
const {
4-
// NETLIFYDEV,
5-
NETLIFYDEVLOG
6-
// NETLIFYDEVWARN,
7-
// NETLIFYDEVERR
8-
} = require("netlify-cli-logo");
3+
const { NETLIFYDEVLOG } = require("netlify-cli-logo");
94
const inquirer = require("inquirer");
105
const fs = require("fs");
116
const detectors = fs

0 commit comments

Comments
 (0)