Prune obsolete docs and update navigation
This commit is contained in:
@@ -17,17 +17,12 @@ export default defineConfig(({mode}) => {
|
||||
'**/public/generated-custom-world-scenes/**',
|
||||
'**/public/generated-qwen-sprites/**',
|
||||
];
|
||||
const backendStack = (env.GENARRATIVE_BACKEND_STACK || 'rust').trim().toLowerCase();
|
||||
const nodeServerTarget =
|
||||
env.NODE_SERVER_TARGET ||
|
||||
'http://127.0.0.1:8081';
|
||||
const rustServerTarget =
|
||||
env.RUST_SERVER_TARGET ||
|
||||
env.GENARRATIVE_API_TARGET ||
|
||||
`http://127.0.0.1:${env.GENARRATIVE_API_PORT || '3100'}`;
|
||||
const runtimeServerTarget =
|
||||
env.GENARRATIVE_RUNTIME_SERVER_TARGET ||
|
||||
(backendStack === 'rust' ? rustServerTarget : nodeServerTarget);
|
||||
env.GENARRATIVE_RUNTIME_SERVER_TARGET || rustServerTarget;
|
||||
|
||||
return {
|
||||
root: __dirname,
|
||||
|
||||
Reference in New Issue
Block a user