Skip to content

Commit aed5e02

Browse files
committed
Create index.class.js
1 parent 36369f8 commit aed5e02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.class.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)