mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
chore: optimize assets
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user