You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All files have been changed to typescript, but docker no longer works as of now.
Running them locally you need to
run tsc or npx tsc in either root or src directory.
run node src/dist/server.js to start the server
run node src/dist/taskRunner.js to start the task runner
Also in order to have file downloading actually work, you need to have the folder 'File Share' in the root directory with subfolders 'Lathe', 'Mill', 'Gantry', and 'Waterjet'. This is also specified in config.ts
The main challenge now is to get access to the local filesystem within docker containers, and maybe set up a better dev workflow. As of now, if you make any changes to a file you need to run tsc to update the js files in /src/dist, but this is done for all of the files even if you only change one of them.
either task runner or watcher should dispatch a downloader on changed files
The text was updated successfully, but these errors were encountered: