I need to get a list of file names in a folder. The react project was created using vite.The needed file dir is src/data/(the json files which i need the name of).
I know that there is fs and list-react-files but they do not work.
I need to get a list of file names in a folder. The react project was created using vite.The needed file dir is src/data/(the json files which i need the name of).
I know that there is fs and list-react-files but they do not work.