raytran / protochess

Online multiplayer chess website that lets you build custom pieces/boards. Written in Svelte + Rust.
https://protochess.com/
GNU General Public License v3.0
106 stars 8 forks source link

Fix docker build #10

Closed ianfab closed 1 year ago

ianfab commented 1 year ago

When building with docker I got the error Error: Package subpath './compiler.js' is not defined by "exports" in /usr/src/protochess/protochess-front/node_modules/svelte/package.json during routifying. Due to the fix https://github.com/sveltejs/rollup-plugin-svelte/pull/151 I upgraded the svelte rollup plugin which fixed the docker build for me.

Very nice project by the way. Unfortunately the website is down though. Are you planning to bring it back up?

raytran commented 1 year ago

Ty for pr

Are you planning to bring it back up?

Unsure, have been quite busy with other things

a-sussy-impostor commented 1 year ago

Ty for pr

Are you planning to bring it back up?

Unsure, have been quite busy with other things

What about now?

a-sussy-impostor commented 1 year ago

@raytran ?