This commit is contained in:
bakhirev 2024-12-01 00:53:47 +03:00
parent daa2181770
commit 33d96f792e
23 changed files with 328 additions and 76 deletions

View file

@ -8,6 +8,8 @@ exec([
'rm -rf ../build/static/css',
'rm ../build/asset-manifest.json',
'rm ../build/test.txt',
'rm -rf ../build/social',
'rm -rf ../build/themes',
].join(' && '));
const html = fs.readFileSync('../build/index.html', 'utf8');