From aa17ffb8d82490b1c05b34ac0dd2607622fafed2 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Mon, 30 May 2022 16:13:42 +1000 Subject: Reorganised project structure --- vite.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vite.config.js (limited to 'vite.config.js') diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 0000000..1a8d51a --- /dev/null +++ b/vite.config.js @@ -0,0 +1,3 @@ +export default module.exports = { + root: './src' +} \ No newline at end of file -- cgit v1.2.3