fedwiki / wiki-server

Federated Wiki client and server in Node.js
Other
153 stars 35 forks source link

Discover location of static templates from wiki-client #147

Closed dobbs closed 5 years ago

dobbs commented 5 years ago

Partial fix for incompatibility with pnpm which Glitch.com uses to install npm packages.

This depends on a small, related change in a sibling PR for wiki-client: https://github.com/fedwiki/wiki-client/pull/244

dobbs commented 5 years ago

I think the devDependency on wiki-client may need to be updated to point to the new version after this PR lands: https://github.com/fedwiki/wiki-client/pull/244 https://github.com/fedwiki/wiki-server/blob/master/package.json#L54

dobbs commented 5 years ago

I think #148 is a better solution.