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.
index.class.js
1 parent 36369f8 commit aed5e02Copy full SHA for aed5e02
index.class.js
@@ -0,0 +1,6 @@
1
+import { existsSync, copyFileSync } from 'fs'
2
+import ThesisLighthouse from './src/lib/application.class.js'
3
+if (!existsSync('./src/urlList.class.js')) copyFileSync('./src/urlList.class.example', './src/urlList.class.js')
4
+import Config from "./src/urlList.class.js"
5
+
6
+const app = new ThesisLighthouse(Config)
0 commit comments