Page 1 of 1

What is src-disabled in a new project?

Posted: 14 June 2026, 04:05
by mexiwithacan
I just created a new project, and the SFTP site returned a project folder that includes src-disabled/ at the root. Can this folder be deleted? What is it used for?

Re: What is src-disabled in a new project?

Posted: 14 June 2026, 08:11
by thoun
It's a model for typescript usage. If you want to use typescript, rename it to src and check the Reversi tutorial for more information. If you want to stick with plain js, ignore it or delete it.