mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-21 08:27:22 +08:00
chore: fix
This commit is contained in:
parent
2d599db892
commit
c9eb16e0a9
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +0,0 @@
|
||||
*.ttc filter=lfs diff=lfs merge=lfs -text
|
||||
@ -2,9 +2,7 @@ import { viteBundler } from "@vuepress/bundler-vite";
|
||||
import { defaultTheme } from "@vuepress/theme-default";
|
||||
import { defineUserConfig } from "vuepress";
|
||||
|
||||
const __dirname = process.cwd();
|
||||
|
||||
const base = "money-printer-turbo";
|
||||
const base = "MoneyPrinterTurbo";
|
||||
const isProd = process.env.NODE_ENV === "production";
|
||||
|
||||
export default defineUserConfig({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user