chore: remove unneeded var
This commit is contained in:
parent
8ffe6b7fd3
commit
8489d3cc17
1 changed files with 1 additions and 3 deletions
2
index.js
2
index.js
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue