added in graphql client

This commit is contained in:
2024-11-01 23:19:56 +05:30
parent 1fb2d7d154
commit 46c46a7e71
29 changed files with 2453 additions and 585 deletions

View File

@@ -17,9 +17,9 @@ const config = {
assets: path.resolve(webDir, 'public')
},
alias: {
$graph: path.resolve(webDir, 'graph'),
$image: path.resolve(webDir, 'assets', 'image'),
$svg: path.resolve(webDir, 'assets', 'svg'),
$houdini: path.resolve('.', '$houdini')
$svg: path.resolve(webDir, 'assets', 'svg')
},
paths: {
assets: process.env.ASSETS_HOST ?? ''