From 87ee84f5386302d18576d88e02c1554a9362ca89 Mon Sep 17 00:00:00 2001 From: msi Date: Thu, 13 Nov 2025 12:22:04 -0300 Subject: Add support serve static files --- web/template/dprint.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 web/template/dprint.json (limited to 'web/template/dprint.json') diff --git a/web/template/dprint.json b/web/template/dprint.json new file mode 100644 index 0000000..97bc373 --- /dev/null +++ b/web/template/dprint.json @@ -0,0 +1,19 @@ +{ + "markdown": { + }, + "toml": { + }, + "malva": { + }, + "markup": { + }, + "excludes": [ + "**/node_modules" + ], + "plugins": [ + "https://plugins.dprint.dev/markdown-0.20.0.wasm", + "https://plugins.dprint.dev/toml-0.7.0.wasm", + "https://plugins.dprint.dev/g-plane/malva-v0.15.0.wasm", + "https://plugins.dprint.dev/g-plane/markup_fmt-v0.24.1.wasm" + ] +} -- cgit v1.2.3