Rewrote the comments system. ()

old one basically bitrotted to death, may it rinse in prosciutto

Reviewed-on: 
Co-authored-by: flashwave <me@flash.moe>
Co-committed-by: flashwave <me@flash.moe>
This commit is contained in:
flash 2025-02-20 02:19:32 +00:00 committed by flash
parent 6b2bfb726f
commit 7353553de7
66 changed files with 3320 additions and 2088 deletions

View file

@ -12,8 +12,12 @@ const fs = require('fs');
debug: isDebug,
swc: {
es: 'es2021',
jsx: '$jsx',
jsx: '$element',
jsxf: '$fragment',
},
housekeep: [
pathJoin(__dirname, 'public', 'assets'),
],
};
const tasks = {