added in graphql client
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import houdini from 'houdini/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [houdini(), sveltekit()],
|
||||
plugins: [sveltekit()],
|
||||
server: {
|
||||
port: parseInt(process.env.WEB_PORT ?? '3001'),
|
||||
fs: {
|
||||
|
||||
Reference in New Issue
Block a user