migrate therinaldos.com data
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s

This commit is contained in:
2024-05-05 15:50:45 -04:00
commit ef1ff240d4
23182 changed files with 3801898 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "support",
"description": "",
"scripts": {
"lint": "eslint --ext .js,.vue js cypress --max-warnings=0",
"lint:fix": "eslint --ext .js,.vue js cypress --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud-gmbh/support.git"
},
"author": "Jonas Meurer",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/cypress": "^1.0.0-beta.6",
"cypress": "^13.4.0",
"eslint-plugin-cypress": "^2.15.1"
}
}