mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
4 lines
161 B
JavaScript
4 lines
161 B
JavaScript
const snowpackManifest = JSON.parse(
|
|
fs.readFileSync(path.join(__dirname, '../../snowpack/package.json'), 'utf8'),
|
|
);
|
|
export default snowpackManifest.version;
|