diff options
| author | Nidboj132 <lol2s@vp.pl> | 2023-02-26 15:51:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 15:51:09 +0100 |
| commit | 6fd4c0c1d8b6aa20365cef589408d81bf9b17aa2 (patch) | |
| tree | db459aa2e8a8380ca479b5a997837091ec921f72 /frontend | |
| parent | Delete tsconfig.node.json (diff) | |
| download | lphub-6fd4c0c1d8b6aa20365cef589408d81bf9b17aa2.tar.gz lphub-6fd4c0c1d8b6aa20365cef589408d81bf9b17aa2.tar.bz2 lphub-6fd4c0c1d8b6aa20365cef589408d81bf9b17aa2.zip | |
Delete vite.config.ts
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/vite.config.ts | 7 |
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 @@ | |||
| 1 | import { defineConfig } from 'vite' | ||
| 2 | import react from '@vitejs/plugin-react-swc' | ||
| 3 | |||
| 4 | // https://vitejs.dev/config/ | ||
| 5 | export default defineConfig({ | ||
| 6 | plugins: [react()], | ||
| 7 | }) | ||