chore: formatting and housekeeping

This commit is contained in:
taskylizard
2024-08-28 11:37:06 +00:00
parent 9d6f121ba9
commit 934ebcf65a
36 changed files with 272 additions and 499 deletions

View File

@@ -13,10 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import type { SatoriOptions } from 'x-satori/vue'
import { readFile } from 'node:fs/promises'
import { dirname, resolve } from 'node:path'
import { fileURLToPath } from 'node:url'
import type { SatoriOptions } from 'x-satori/vue'
import { defineSatoriConfig } from 'x-satori/vue'
const __dirname = dirname(fileURLToPath(import.meta.url))