mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
lint
This commit is contained in:
parent
fbebbefb80
commit
ffedc34675
11 changed files with 97 additions and 69 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import { readFile } from "node:fs/promises";
|
||||
import { dirname, resolve } from "node:path";
|
||||
import { fileURLToPath } from "node:url";
|
||||
import { SatoriOptions, defineSatoriConfig } from "x-satori/vue";
|
||||
import type { SatoriOptions } from "x-satori/vue";
|
||||
import { defineSatoriConfig } from "x-satori/vue";
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url));
|
||||
const __fonts = resolve(__dirname, "../fonts");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue