mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-20 06:01:03 -05:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
/* eslint-disable no-console */
|
|
import "dotenv/config";
|
|
import { syncXPBadges } from "~/features/badges";
|
|
|
|
syncXPBadges();
|
|
|
|
console.log("Synced XP badges");
|