Skip to content

Commit

Permalink
feat: edit init tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Dec 16, 2024
1 parent 770579d commit 04290a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/nt-stylesheet/init-tailwind.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import fs from 'fs'
import { exec } from 'child_process'
import readline from 'readline'

const isNotDevEnvironment =
!process.env.INIT_CWD || process.env.INIT_CWD !== process.cwd()

Expand Down Expand Up @@ -65,7 +64,7 @@ const createPostCSSConfig = (rl) => {
)
}

if (!isNotDevEnvironment) {
if (isNotDevEnvironment) {
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
Expand Down

0 comments on commit 04290a3

Please sign in to comment.