diff options
Diffstat (limited to 'scripts/smoke/index.js')
-rw-r--r-- | scripts/smoke/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/smoke/index.js b/scripts/smoke/index.js index 823e9edfa..8c3f27ae9 100644 --- a/scripts/smoke/index.js +++ b/scripts/smoke/index.js @@ -1,3 +1,5 @@ +/** @todo migrate these to use the independent docs repository at https://github.com/withastro/docs */ + import fs from 'fs'; import { execa } from 'execa'; import { fileURLToPath } from 'url'; |