chore: remove unneeded var

This commit is contained in:
Ayo Ayco 2024-08-03 11:38:13 +02:00
parent 8ffe6b7fd3
commit 8489d3cc17

View file

@ -12,8 +12,6 @@ import { randomUUID } from "node:crypto";
* @typedef {import('astro').AstroIntegration} AstroIntegration * @typedef {import('astro').AstroIntegration} AstroIntegration
*/ */
const plugin_dir = path.resolve(path.dirname('.'));
/** /**
* Accepts configuration options with service worker path * Accepts configuration options with service worker path
* and injects needed variables such as `assets` generated by Astro * and injects needed variables such as `assets` generated by Astro