0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

fix: release notes (#2074)

This commit is contained in:
Nate Moore 2021-12-01 10:40:55 -06:00 committed by GitHub
parent 49019aa2d6
commit 1c40f6ed38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
const path = require('path');
import path from 'path';
import { createRequire } from 'module';
const require = createRequire(import.meta.url);
const baseUrl = new URL('https://github.com/withastro/astro/blob/main/');
async function run() {