kukeiko / entity-space

MIT License
5 stars 1 forks source link

remove nx #219

Closed kukeiko closed 4 weeks ago

kukeiko commented 4 weeks ago

What

Remove NX in favor of tsc + vitest

Why

I initially picked NX as I was planning to also have angular sample projects within the same repository. However NX brings more pain then gain currently. A very simple setup is more than enough.

Framework specific sample apps will have to go into separate git repos

kukeiko commented 4 weeks ago

note for future me: i used .mts for index files, but am changing that in another commit (where I am cleaning up the tools stuff) to be .ts, as it seems that auto import prioritizes that lower - which is what I want (I don't want to ever import from index.ts within core package for example). with index.mts, auto import puts the index at the top position making it a bit cumbersome to auto import