waspc_datadir
Is there a reason why wasp's installer packages these TS apps in it's data directory? the documentation says this:
But looking at references to the waspc_datadir, it's not used
Am i missing something?
Wasp bundles some TypeScript packages into the installation artifact (eg: deployment scripts), which end up in the installed version's. To do so in CI, it runswaspc_datadir../tools/install_packages_to_data_dir.sh
But looking at references to the waspc_datadir, it's not used
Am i missing something?
