We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.js
1 parent f9d13ae commit 5a610d4Copy full SHA for 5a610d4
setup.js
@@ -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