diff --git a/src/hooks/useCardData.js b/src/hooks/useCardData.js new file mode 100644 index 0000000..e69de29 diff --git a/src/store/Provider.jsx b/src/store/Provider.jsx new file mode 100644 index 0000000..e69de29 diff --git a/vite.config.js b/vite.config.js index da0c01a..8b0f57b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,11 +1,7 @@ -// vite.config.js -import { defineConfig } from 'vite'; -import react from '@vitejs/plugin-react'; +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 +})