diff --git a/src/hooks/useCardData.js b/src/hooks/useCardData.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/store/Provider.jsx b/src/store/Provider.jsx deleted file mode 100644 index e69de29..0000000 diff --git a/vite.config.js b/vite.config.js index 8b0f57b..da0c01a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,7 +1,11 @@ -import { defineConfig } from 'vite' -import react from '@vitejs/plugin-react' +// vite.config.js +import { defineConfig } from 'vite'; +import react from '@vitejs/plugin-react'; -// https://vite.dev/config/ export default defineConfig({ plugins: [react()], -}) + server: { + host: '0.0.0.0', // listen on all network interfaces + port: 5173, + }, +}); \ No newline at end of file