diff --git a/.oxlintrc.json b/.oxlintrc.json index e36c434..3b4608f 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -17,7 +17,12 @@ "typescript/no-unused-vars": "warn", "typescript/no-explicit-any": "warn", "import/no-cycle": "error", - "prefer-const": ["error", { "ignoreReadBeforeAssign": true }], + "prefer-const": [ + "error", + { + "ignoreReadBeforeAssign": true + } + ], "react/react-in-jsx-scope": "allow" }, "ignorePatterns": ["node_modules/**", ".cache/**", "_site/**"] diff --git a/nixpacks.toml b/nixpacks.toml index 8ad5b72..6333651 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,2 +1,18 @@ [phases.setup] -aptPkgs = ["libnss3", "libatk1.0-0", "libatk-bridge2.0-0", "libcups2", "libgbm1", "libasound2t64", "libpangocairo-1.0-0", "libxss1", "libgtk-3-0", "libxshmfence1", "libglu1", "chromium", "unzip", "curl", "wget"] \ No newline at end of file +aptPkgs = [ + "libnss3", + "libatk1.0-0", + "libatk-bridge2.0-0", + "libcups2", + "libgbm1", + "libasound2t64", + "libpangocairo-1.0-0", + "libxss1", + "libgtk-3-0", + "libxshmfence1", + "libglu1", + "chromium", + "unzip", + "curl", + "wget", +]