Skip to content

Commit 9cfba58

Browse files
committed
Chain test to service itself
1 parent 7daed5c commit 9cfba58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/yjs/sst.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ export default $config({
6666
dir: `../../`,
6767
environment: {
6868
BASE_URL: $dev ? `http://localhost:5173` : service.url,
69+
70+
// chain test to the service itself
71+
SERVICE_NAME: service.service,
6972
},
7073
})
7174

0 commit comments

Comments
 (0)