Skip to content

Commit

Permalink
Workspace improvements (#613)
Browse files Browse the repository at this point in the history
* use pnpm workspaces

* upgrade dependencies, remove workspace

* move npmrc back

* fix nix builds

* fix ci

* up

* FINALLY workspace and nix buildable. witness greatness

* delete scss code from be

* build css ahead of time

* serve assets dir directly

* remove version

* fix formatting

* rename graphiql to explorer

* up

* website scss -> css

* toml format

* switch out askama

* add file watcher for dev

* do not perform a full load

* rm sass, use new api

* fix template lang

* rm askama_axum

* begin restyling

* redesign consent page

* add prettier config

* finish restyling

* remove annotation
  • Loading branch information
aumetra authored Nov 30, 2024
1 parent 4214b31 commit 7aa9060
Show file tree
Hide file tree
Showing 91 changed files with 4,780 additions and 5,761 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
target
target-analyzer

# Node dependencies
node_modules

# Build-time generated CSS artifacts
/kitsune/assets-dist

Expand Down
File renamed without changes.
Loading

0 comments on commit 7aa9060

Please sign in to comment.