Skip to content

Commit

Permalink
Add instructions to README.md for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RailonA committed Aug 21, 2023
1 parent 7f49088 commit 0630970
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev_sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const rsvtConfig = `${DEST_DIR}/rooseveltConfig.json`
DEST_DIR = `${DEST_DIR}/node_modules/`
const SRC_DIR = __dirname
const fs = require('fs')
console.log(`DEST_DIR:${DEST_DIR}`)
console.log(`SRC_DIR:${SRC_DIR}`)

try {
if (DEST_DIR === '' || DEST_DIR === undefined) {
Expand Down

0 comments on commit 0630970

Please sign in to comment.