Public
Like
kernel_starter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v16View latest version
Playwright requires file system access to work (it makes an artifacts temp dir)
To get around the file system issue, we can stub node:fs using this small script:
We also recommend setting "TMPDIR" to "/tmp" in your environment variables to avoid getting warnings about it being unset.