aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorNidboj132 <lol2s@vp.pl>2023-02-26 15:51:09 +0100
committerGitHub <noreply@github.com>2023-02-26 15:51:09 +0100
commit6fd4c0c1d8b6aa20365cef589408d81bf9b17aa2 (patch)
treedb459aa2e8a8380ca479b5a997837091ec921f72 /frontend
parentDelete tsconfig.node.json (diff)
downloadlphub-6fd4c0c1d8b6aa20365cef589408d81bf9b17aa2.tar.gz
lphub-6fd4c0c1d8b6aa20365cef589408d81bf9b17aa2.tar.bz2
lphub-6fd4c0c1d8b6aa20365cef589408d81bf9b17aa2.zip
Delete vite.config.ts
Diffstat (limited to 'frontend')
-rw-r--r--frontend/vite.config.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts
deleted file mode 100644
index 861b04b..0000000
--- a/frontend/vite.config.ts
+++ /dev/null
@@ -1,7 +0,0 @@
1import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react-swc'
3
4// https://vitejs.dev/config/
5export default defineConfig({
6 plugins: [react()],
7})