summaryrefslogtreecommitdiff
path: root/web/vite.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/vite.config.ts')
-rw-r--r--web/vite.config.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/vite.config.ts b/web/vite.config.ts
new file mode 100644
index 0000000..d59c396
--- /dev/null
+++ b/web/vite.config.ts
@@ -0,0 +1,3 @@
+export default {
+ root: "src",
+};