Skip to content

Commit

Permalink
fix: replace sonner
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 14, 2024
1 parent f01c62c commit e8f56e9
Show file tree
Hide file tree
Showing 31 changed files with 111 additions and 800 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dump
fuzzing-code-coverage

*.wasm
stats
!uniond/vendor/**/*.wasm
_
.astro
Expand Down
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ node_modules
vite.config.*.timestamp-*
.eslintcache
.prettiercache
stats
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-ugGWmMbvSuvMXLjkfWfwWUfujwezLsD7Oq0jV4xPHh0=";
npmDepsHash = "sha256-ir5badMbuCUHbkUqHIIUwZ3imU2oddQPKSM4Byt+Y34=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--legacy-peer-deps" ];
Expand Down
Loading

0 comments on commit e8f56e9

Please sign in to comment.