Move dependencies to dev dependencies

This commit is contained in:
schroda
2024-04-17 20:01:17 +02:00
parent dcc90e3e2f
commit ff508b0972
3 changed files with 264 additions and 168 deletions

View File

@@ -6,6 +6,8 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
/* eslint-disable import/no-extraneous-dependencies */
import path from 'path';
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';