Files
wxt/scripts/stub.ts
T

8 lines
272 B
TypeScript

// This file is a stub just so netlify doesn't throw an error when building
// docs. Once another TS file apart of the root project is added, this can be
// removed.
// If the website deploys on a PR branch with this file removed, you can safely
// delete it.
export {};