Liyas Thomas 4 лет назад
Родитель
Сommit
2686873163
3 измененных файлов с 0 добавлено и 28 удалено
  1. 0 13
      .deepsource.toml
  2. 0 9
      cypress.json
  3. 0 6
      netlify.toml

+ 0 - 13
.deepsource.toml

@@ -1,13 +0,0 @@
-version = 1
-
-[[analyzers]]
-name = "javascript"
-enabled = true
-
-  [analyzers.meta]
-  environment = [
-    "nodejs",
-    "browser"
-  ]
-  plugins = ["vue"]
-  module_system="es-modules"

+ 0 - 9
cypress.json

@@ -1,9 +0,0 @@
-{
-  "baseUrl": "http://localhost:3000",
-  "integrationFolder": "tests/e2e/integration",
-  "screenshotsFolder": "tests/e2e/screenshots",
-  "fixturesFolder": "tests/e2e/fixtures",
-  "supportFile": "tests/e2e/support",
-  "pluginsFile": false,
-  "video": false
-}

+ 0 - 6
netlify.toml

@@ -1,9 +1,3 @@
 [build]
   command = "npm run generate"
   functions = "netlify/"
-
-[[redirects]]
-  from = "https://postwoman.io"
-  to = "https://hoppscotch.io"
-  status = 301
-  force = true