mirror of https://github.com/pulumi/pulumi.git
6 lines
296 B
TypeScript
6 lines
296 B
TypeScript
// If this program runs successfully, then the test passes.
|
|
// We don't have to create any resources; we just need this file
|
|
// to be found as the entrypoint, because the package.json file
|
|
// in the parent directory will inform Pulumi to look for main.ts
|
|
// as the entrypoint instead of main.js.
|