tscircuit / schematic-symbols

Schematic symbols for tscircuit
https://symbols.tscircuit.com/
MIT License
0 stars 3 forks source link

bun start not working, I think wrong import format on windows #18

Closed Abse2001 closed 1 day ago

Abse2001 commented 1 day ago

image

homie-gg[bot] commented 1 day ago

Here are some pull requests that might be helpful reference for this task:

seveibar commented 1 day ago

CC @imrishabh18

seveibar commented 1 day ago

i think this is an issue with make-vfs, it should use import path from "path/posix" instead of import path from "path" to be windows compatible. @Abse2001 would you like to take a stab at fixing it?

imrishabh18 commented 1 day ago

Taking a look

imrishabh18 commented 1 day ago

@Abse2001 Pull the latest main and let me know if it works

Abse2001 commented 1 day ago

Ok @imrishabh18

homie-gg[bot] commented 1 day ago

This might have already been done via: fix: path fix for windows.

Abse2001 commented 1 day ago

@imrishabh18 still the same problem image image

imrishabh18 commented 1 day ago

This seems weird, it should have not happened. Cause this file was not changed

imrishabh18 commented 1 day ago

Probably can you git stash your changes, and then checkout to the latest main and share what you see in this file?