Skip to content

Instantly share code, notes, and snippets.

@tobiu
Created September 6, 2022 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobiu/34935d184325bafdcc6083b33bc97c70 to your computer and use it in GitHub Desktop.
Save tobiu/34935d184325bafdcc6083b33bc97c70 to your computer and use it in GitHub Desktop.
neo-config.json
{
"appPath": "../../apps/mainapp/app.mjs",
"basePath": "../../",
"environment": "development",
"mainPath": "../node_modules/neo.mjs/src/Main.mjs",
"useCanvasWorker": true,
"useSharedWorkers": true,
"workerBasePath": "../../node_modules/neo.mjs/src/worker/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment