🎨 Run updated prettier
This commit is contained in:
@ -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: [
|
||||
|
Reference in New Issue
Block a user