Skip to content

Commit cf3cc44

Browse files
committed
refactor: clean up comments in container-worker.js
1 parent e333a0c commit cf3cc44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { Container, getContainer } from "@cloudflare/containers";
1313
export class PrimalPrinting extends Container {
1414
defaultPort = 3000;
1515

16-
// Called when a new container instance starts — use to pass secrets
17-
// and env vars from the Worker environment into the container.
16+
// Called when a new container instance starts — use to pass secrets
17+
// and env vars from the Worker environment into the container.
1818
envVars = {
1919
NODE_ENV: "production",
2020
PORT: "3000",

0 commit comments

Comments
 (0)