pluto
pluto copied to clipboard
Support multiple files
Currently, Pluto only supports a single file src/index.ts. If other files are imported, they will not be compiled and included in the generated code.
We need to consider what the structure of the generated files should be. Should each compute module have its own file or multiple files?