Closed 4Source closed 8 months ago
Script not found "index.ts"
Because there is no index.ts
.
if you want to update the data, look at the root package.json
and it's scripts. If you want to start the website, look at website/package.json
(cd website && bun run dev
to start the dev server and cd website && bun run build
to make a prod build of the website).
Didn't work