🎨 Run updated prettier

This commit is contained in:
2023-08-25 14:42:38 +02:00
parent 57807e7ce0
commit 70238b4151
19 changed files with 77 additions and 71 deletions

View File

@ -9,10 +9,10 @@ import * as child from "child_process";
export default defineConfig({
define: {
GITVERSION: JSON.stringify(
child.execSync("git rev-parse --short HEAD").toString()
child.execSync("git rev-parse --short HEAD").toString(),
),
GITURL: JSON.stringify(
child.execSync("git config --get remote.origin.url").toString()
child.execSync("git config --get remote.origin.url").toString(),
),
},
plugins: [