brief-branch-21752
03/27/2025, 10:43 PMpackage_json and I am finding that if I include tsx source then those files are not included in the sandbox when running build. I can get it included though if it is a javscript_source. The impact of this is that I need to wrap all my tsx files as resources in order for them to then be included in the sandbox. Anyone else have this issue?dazzling-pizza-75442
03/28/2025, 12:10 AMbrief-branch-21752
03/28/2025, 12:25 AMbroad-processor-92400
03/28/2025, 4:07 AMpants.toml and BUILD files, or (best case) make a standalone reduced reproducer?brief-branch-21752
03/28/2025, 4:27 PMexample-javascript as a foundation and adding a tsx_source to it. Documented the issue in the PR description: https://github.com/eakmanrq/example-javascript/pull/1broad-processor-92400
03/28/2025, 8:33 PMbrief-branch-21752
03/28/2025, 8:36 PMbroad-processor-92400
03/31/2025, 12:42 AMresources as you mention initially
• use `adhoc_tool`/`shell_command` targets to run the various pieces of functionality, rather than the package_json onesbrief-branch-21752
03/31/2025, 3:12 PM