From ed043dd31482abba0b19629003885d280cf13d35 Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:04:50 +0900 Subject: [PATCH] :wrench: Add configuration file for oranda --- oranda.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 oranda.json diff --git a/oranda.json b/oranda.json new file mode 100644 index 0000000..6ae6c42 --- /dev/null +++ b/oranda.json @@ -0,0 +1,5 @@ +{ + "build": { + "path_prefix": "fs" + } +}