diff --git a/.gitlab-ci.yml-disabled b/.gitlab-ci.yml-disabled deleted file mode 100644 index 0a291a92..00000000 --- a/.gitlab-ci.yml-disabled +++ /dev/null @@ -1,29 +0,0 @@ -image: node:16.13 - -stages: - - install-dependencies - - build - -Install Dependencies: - stage: install-dependencies - script: - - yarn install - cache: - key: ${CI_COMMIT_BRANCH} - paths: - - node_modules - -Build Nitro: - stage: build - script: - - cp public/renderer-config.json.example public/renderer-config.json - - cp public/ui-config.json.example public/ui-config.json - - yarn build:prod - cache: - key: ${CI_COMMIT_BRANCH} - paths: - - node_modules - artifacts: - expire_in: 2 weeks - paths: - - build/* diff --git a/.vscode/settings.json b/.vscode/settings.json index 3fdf856d..ba397879 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,9 +6,9 @@ "typescript.format.placeOpenBraceOnNewLineForFunctions": true, "editor.wordWrap": "on", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.fixAll.sortJSON": false, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.fixAll.sortJSON": "never", + "source.organizeImports": "explicit" }, "editor.formatOnSave": false, "git.ignoreLimitWarning": true, diff --git a/index.html b/index.html index dd4538b5..7a17d6cc 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@