|
|
@@ -1,12 +1,8 @@
|
|
|
import reactStack from 'hono-vite-react-stack-node'
|
|
|
import { defineConfig } from 'vite'
|
|
|
-import i18nextLoader from 'vite-plugin-i18next-loader'
|
|
|
|
|
|
export default defineConfig({
|
|
|
plugins: [
|
|
|
- i18nextLoader({
|
|
|
- paths: ['src/client/i18n/locales']
|
|
|
- }),
|
|
|
reactStack({
|
|
|
minify: false,
|
|
|
port: 8080
|