mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
fix(push): link commit hash and render message as plain text
This commit is contained in:
parent
e1b1daac98
commit
52d136c468
7 changed files with 1249 additions and 1175 deletions
|
|
@ -1,15 +1,16 @@
|
|||
{
|
||||
"name": "webhooker-admin",
|
||||
"dependencies": {
|
||||
"nuxt": "^3.21.10",
|
||||
"oxc-parser": "^0.144.0",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
"build": "nuxt build",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "^3.21.10",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
"type": "module"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue