feat: Add report bug buttons (#11304)

Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
This commit is contained in:
Mutasem Aldmour
2024-10-21 13:32:37 +02:00
committed by GitHub
parent ba2827e7bb
commit 296f68f041
18 changed files with 373 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
"format:check": "biome ci . && prettier --check . --ignore-path ../../.prettierignore",
"serve": "cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vite --host 0.0.0.0 --port 8080 dev",
"test": "vitest run",
"test:dev": "vitest"
"test:dev": "vitest --silent=false"
},
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",