Skip to content

Commit

Permalink
frontend: update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 1, 2023
1 parent 6b42e3e commit af6b887
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1,438 deletions.
6 changes: 0 additions & 6 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ in
${config.devenv.root}/frontend/generated-api/src/Api.elm
'';

# Generate the GitHub Markdown CSS
# Switch back to https://github.com/sindresorhus/github-markdown-css/ once https://github.com/sindresorhus/generate-github-markdown-css/pull/26 is merged.
scripts.generate-github-markdown-css.exec = ''
./node_modules/.bin/github-markdown-css --theme light > ${config.devenv.root}/frontend/src/github-markdown-light.css
'';

processes = {
backend.exec = "cd ${config.devenv.root} && uvicorn --app-dir backend ${lib.optionalString (!config.container.isBuilding) "--reload"} flakestry.main:app";
} // lib.optionalAttrs (!config.container.isBuilding) {
Expand Down
Loading

0 comments on commit af6b887

Please sign in to comment.