1
0
Fork 0

Merge branch v2.6 into v2.7

This commit is contained in:
kevinpollet 2022-05-04 10:20:46 +02:00
commit 619621f239
No known key found for this signature in database
GPG key ID: 8DA260C277649A5A
11 changed files with 258 additions and 18 deletions

View file

@ -5,7 +5,7 @@ const folder = process.argv[2]
async function execute () {
try {
await fs.emptyDir('./static')
await fs.outputFile('./static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md', 'For more information show `webui/readme.md`')
await fs.outputFile('./static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md', 'For more information see `webui/readme.md`')
console.log('Deleted static folder contents!')
await fs.copy(`./dist/${folder}`, './static', { overwrite: true })
console.log('Installed new files in static folder!')

View file

@ -1 +1 @@
For more information show `webui/readme.md`
For more information see `webui/readme.md`