Closed bennycode closed 1 year ago
Hey @bennycode! Thanks for your kind feedback :) I will take a look at your changes!
Hello, @Gioni06! Did you get a chance to review my pull request? I'm eager to enhance the Stasis Generator as I'm utilizing it for a new website project. I appreciate its adaptability and I'm interested in submitting additional pull requests to update its dependencies, ensuring it aligns with the requirements of 2023.
Hi @Gioni06, I recently started using your minimal static site generator and I like it really much!
While exploring your source code, I noticed that there were some
any
typings used for theStatisConfig
, even though I found the corresponding interface in thecompiler.ts
file. To enhance the typings of the code, I exported that interface and reused it.Further changes (necessary to make everything work):
startServer
http.createServer
callback