diff --git a/.eslintrc b/.eslintrc index f2e4c0c4..1c5c983b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -35,6 +35,7 @@ "unicorn/no-thenable": 0, "unicorn/prefer-top-level-await": 0, "unicorn/no-useless-undefined": 0, + "unicorn/no-negated-condition": 0, "no-trailing-spaces": 1 }, "parserOptions": { diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3576f51f..fde8e1ad 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,4 @@ * @macjuul # API Docs -/src/screens/database/docs @Ekwuno - -# Lezer grammar -/packages/lezer-surrealql @kearfy \ No newline at end of file +/src/screens/database/docs @Ekwuno \ No newline at end of file diff --git a/.gitignore b/.gitignore index 99381182..138f1ed3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ dist/ .idea/ .hintrc +.env .DS_Store diff --git a/aws/prod/viewer-request/index.js b/aws/prod/viewer-request/index.js index 8fe99684..d34f20a4 100644 --- a/aws/prod/viewer-request/index.js +++ b/aws/prod/viewer-request/index.js @@ -26,10 +26,10 @@ function handler(event) { case request.uri === '/embed': return redirect('/mini'); case request.uri === '/mini/new': - request.uri = '/mini/new.html'; + request.uri = '/mini/new/index.html'; return request; case request.uri === '/mini': - request.uri = '/mini/run.html'; + request.uri = '/mini/run/index.html'; return request; case request.uri.includes('.') === false: request.uri = '/index.html'; diff --git a/cloud/callback/index.html b/cloud/callback/index.html new file mode 100644 index 00000000..71f06e1a --- /dev/null +++ b/cloud/callback/index.html @@ -0,0 +1,28 @@ + + +
+ + + + + + +