aboutsummaryrefslogtreecommitdiff
path: root/frontend/vite.config.ts
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-02-26 20:44:37 +0300
committerGitHub <noreply@github.com>2023-02-26 20:44:37 +0300
commit95caa9dc16cbefcb984ac7a70c5a05b66bab2230 (patch)
tree3e9ae6888905b1a750ad855e3d5b46f70d062481 /frontend/vite.config.ts
parentactually add update profile route (#30) (diff)
parentUpdate package.json (diff)
downloadlphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.gz
lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.bz2
lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.zip
Merge pull request #32 from Nidboj132/main
frontend
Diffstat (limited to 'frontend/vite.config.ts')
-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})