Goval-Community / homeval

Custom replit eval server implementation that lets you use the replit.com IDE but with your own server as the backend
GNU Affero General Public License v3.0
22 stars 0 forks source link

homeval is missing paths on port 8283 #104

Open sk337 opened 6 months ago

sk337 commented 6 months ago

path localhost:8283/nixmodule/add is not implemented that is used the replit bashrc that can be found at env var REPLIT_BASHRC lines 88-91. path localhost:8283/${REPLIT_SESSION}/shell/track is also unimplemented and can be found at lines 253-256

PotentialStyx commented 5 months ago

These will be added as no-ops since homeval wont require nix to run and shell track seems to just be for replits analytics from what I can tell.