Skip to content

Commit

Permalink
Scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 14, 2024
1 parent a0eec3d commit e508761
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 57 deletions.
107 changes: 55 additions & 52 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
description = "Template for Holochain app development";

inputs = {
holochain = {
url = "github:holochain/holochain";
inputs.versions.url = "github:holochain/holochain?dir=versions/0_3";
};
versions.url = "github:holochain/holochain?dir=versions/0_3";
holochain.url = "github:holochain/holochain";
holochain.inputs.versions.follows = "versions";

nixpkgs.follows = "holochain/nixpkgs";
flake-parts.follows = "holochain/flake-parts";
Expand Down
3 changes: 2 additions & 1 deletion templates/zome/web-app/docs/.vitepress/config.mts.hbs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { withMermaid } from 'vitepress-plugin-mermaid';
import fs from 'fs';
import { defineConfig } from 'vitepress';

// https://vitepress.dev/reference/site-config
// Uncomment this to enable mermaid inside your site when this is solved: https://github.com/mermaid-js/mermaid/issues/4320
// export default withMermaid({
export default ({
export default defineConfig({
vue: {
template: {
compilerOptions: {
Expand Down

0 comments on commit e508761

Please sign in to comment.