WaspW
Wasp13mo ago
8 replies
Yadd

waspc_datadir

Is there a reason why wasp's installer packages these TS apps in it's data directory? the documentation says this:

Wasp bundles some TypeScript packages into the installation artifact (eg: deployment scripts), which end up in the installed version's
waspc_datadir
. To do so in CI, it runs
./tools/install_packages_to_data_dir.sh
.

But looking at references to the waspc_datadir, it's not used
Am i missing something?
Was this page helpful?