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:
parent
49019aa2d6
commit
1c40f6ed38
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue