Initial commit
This commit is contained in:
7
node_modules/astro/dist/cli/infra/build-time-astro-version-provider.js
generated
vendored
Normal file
7
node_modules/astro/dist/cli/infra/build-time-astro-version-provider.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
class BuildTimeAstroVersionProvider {
|
||||
// Injected during the build through esbuild define
|
||||
version = "5.17.1";
|
||||
}
|
||||
export {
|
||||
BuildTimeAstroVersionProvider
|
||||
};
|
||||
Reference in New Issue
Block a user