test(waas-engine): add vitest suite and node ssr container adapter setup

This commit is contained in:
Daniel S
2026-08-08 18:56:36 +02:00
parent 8197308cef
commit aa4629752a
5 changed files with 1474 additions and 15 deletions

View File

@@ -6,4 +6,11 @@ services:
container_name: websitedummy_app
restart: always
ports:
- "8080:8080"
- "8080:4321"
environment:
- HOST=0.0.0.0
- PORT=4321
- DATA_DIR=/app/data
volumes:
- ./app/data:/app/data