diff --git a/scripts/gh-pages/build.mjs b/scripts/gh-pages/build.mjs new file mode 100644 index 0000000..b06b397 --- /dev/null +++ b/scripts/gh-pages/build.mjs @@ -0,0 +1,8 @@ +/* @ts-check */ +import path from 'path'; +import { fileURLToPath } from 'url'; + +const __filename = fileURLToPath(import.meta.url); +const __dirname = path.dirname(__filename); + +console.log(__dirname); \ No newline at end of file