Fractal
CCConvex Community
•Created by Fractal on 4/28/2024 in #support-community
Convex dev server chokes on Emacs backup files
@ballingt Great, thank you!
11 replies
CCConvex Community
•Created by Fractal on 4/28/2024 in #support-community
Convex dev server chokes on Emacs backup files
Yes, the reason it crashes currently is because the
#
at the beginning of the filename results in syntactically invalid generated code, so I guess it’s safe to handle this particular case as it will never make sense to want that11 replies
CCConvex Community
•Created by Fractal on 4/28/2024 in #support-community
Convex dev server chokes on Emacs backup files
No, it is called
#functions.ts#
. And I also get the same error if I just do touch "convex/#abc.txt
and then npx convex dev
, so it looks like Convex doesn’t even look at the extension at all?11 replies