chore: optimize assets

This commit is contained in:
Torsten Dittmann
2024-08-21 15:07:51 +02:00
parent 7b45ebc92e
commit 5ccac0be9b
47 changed files with 10 additions and 7 deletions

View File

@@ -1,9 +1,6 @@
import { fileURLToPath } from 'url';
import { build } from 'vite';
import { downloadContributors } from './download-contributor-data.js';
const __dirname = fileURLToPath(new URL('.', import.meta.url));
async function main() {
await downloadContributors();
await build();