feat: add farm startup mode

This commit is contained in:
erkelost
2024-03-31 14:22:08 +08:00
parent 53e3e601fb
commit 30b9f631bb
8 changed files with 1389 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
import type { Plugin } from "vite";
import { getPackageSize } from "./utils";
import dayjs, { type Dayjs } from "dayjs";
import duration from "dayjs/plugin/duration";
import duration from "dayjs/plugin/duration.js";
import gradientString from "gradient-string";
import boxen, { type Options as BoxenOptions } from "boxen";
dayjs.extend(duration);