fix: minimal vite config

This commit is contained in:
David Nguyen
2025-02-07 16:33:30 +11:00
parent 8373af3f41
commit d3392dada7
17 changed files with 683 additions and 1394 deletions

View File

@ -25,4 +25,5 @@ async function main() {
});
}
void main();
// eslint-disable-next-line @typescript-eslint/no-floating-promises
main();