James Onnen
Results
33
issues of
James Onnen
Need to add this line to the dev.ts ```ts chokidar .watch(projectDir, { ignored: (file) => (file.includes("node_modules") || file.includes(".git")), ignoreInitial: true, }) ``` To have it ignore other modules that aren't...
bug
cli