Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mathu97 committed Oct 1, 2024
1 parent 29ddc01 commit 28d1995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/emulator/apphosting/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ async function serve(): Promise<string> {
const hostUrl = new Promise<string>((resolve, reject) => {
const serve = spawn(packageManager, ["run", "dev"], {
cwd: rootDir,
env: { ...process.env, helloEmulator: "byeeeee from emulator" },
});

serve.stdout.on("data", (data: any) => {
Expand All @@ -54,3 +55,5 @@ export function getHostUrlFromString(data: string): string | undefined {
return match[1];
}
}

function readAppHostingYAML() {}

Check failure on line 59 in src/emulator/apphosting/serve.ts

View workflow job for this annotation

GitHub Actions / unit (18)

'readAppHostingYAML' is defined but never used

Check failure on line 59 in src/emulator/apphosting/serve.ts

View workflow job for this annotation

GitHub Actions / unit (18)

Unexpected empty function 'readAppHostingYAML'

0 comments on commit 28d1995

Please sign in to comment.