Split style into own file
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-02-18 16:16:48 +03:00
parent 146fba6bba
commit 9afda59e27
5 changed files with 41 additions and 42 deletions

View File

@@ -19,7 +19,7 @@ class Output {
}
async writeToFile (content) {
const filename = 'index.html'
const filename = './public/index.html'
try {
await fs.unlinkSync(filename)