Has anyone been able to bundle entire an entire pr...
# typescript
p
Has anyone been able to bundle entire an entire project into single js files?
b
p
nice, let me see if I can get this working with yarn workspaces
How would pulumi up work with this executable?
b
you’d use automation api to create the executable
p
create or execute it?
b
well, both. automation api allows you to drive pulumi without having to run
pulumi up
So you’d: • build an automation api program for the project • then use pkg to package it and distribute it
p
ah I see so you wrap your program in the auto api, then bundle it using pkg
makes sense, thanks!