chore: Move the gen readme in a separate folder than bin

This commit is contained in:
CosminPerRam 2023-10-30 23:28:21 +02:00
parent 17c351fb4b
commit 3a1950133d
2 changed files with 3 additions and 1 deletions

2
tools/README.md Normal file
View File

@ -0,0 +1,2 @@
This folder is not really intended to be used by users.
Contains helpers for certain stuff (such as generating the games list Markdown table).

View File

@ -1,7 +1,7 @@
#!/usr/bin/env node
import * as fs from 'node:fs'
import GameResolver from '../lib/GameResolver'
import GameResolver from '../lib/GameResolver.js'
const gameResolver = new GameResolver()