greatsquare0 / thy-weaver

A starter template for a modern Twine development workflow
0 stars 1 forks source link

Add Node support #1

Open greatsquare0 opened 1 week ago

greatsquare0 commented 1 week ago

This template currently doesn't support Node The dev server implementation depends on Bun.serve() The project is completely written in TS, with Node do not support properly

greatsquare0 commented 14 hours ago

Can be fully run using Node 22 --experimental-strip-types, but break with 23, more investigation of why needed