Multiple Builds #21
-
@nrobinson2000 Can neopo build two different directories at the same time? Obviously the windows/vscode particle workbench cant do this. But can neopo? |
Beta Was this translation helpful? Give feedback.
Answered by
nrobinson2000
Nov 19, 2022
Replies: 1 comment
-
You could achieve this by creating a neopo install in each project directory and using the NEOPO_PATH environment variable. Create two example projects and install neopo in them:
Build the two projects simultaneously: Terminal 1:
Terminal 2:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ajowsey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ajowsey
You could achieve this by creating a neopo install in each project directory and using the NEOPO_PATH environment variable.
Create two example projects and install neopo in them:
Build the two projects simultaneously:
Terminal 1:
Terminal 2: