Skip to content

Commit 5a610d4

Browse files
committed
Create setup.js
1 parent f9d13ae commit 5a610d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { existsSync, copyFileSync } from 'fs'
2+
3+
if (!existsSync('./src/urlList.class.js')) copyFileSync('./src/urlList.class.example', './src/urlList.class.js')

0 commit comments

Comments
 (0)