Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

kernel-addons/astra-compat

Repository files navigation

Package Template

This is a package template for kernel-mod. This includes the following features:

  • Webpack building (powered by esBuild)
  • Asar packing via pnpm run pack
  • Installing type definitions.
    -> Use /// <reference path="../../types/TYPE.d.ts" /> to load them.