Bugfixes + Potential iOS Webtoon Reader Fix (#2653)

This commit is contained in:
Joe Milazzo 2024-01-25 15:31:17 -06:00 committed by GitHub
parent 17a4815bb9
commit d54564b75a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
const fs = require('fs');
fs.writeFileSync('./i18n-cache-busting.json', JSON.stringify({}));