mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-25 07:25:17 -05:00
feat(docs): Add TS type gen, metadata JSON gen
* Generate TS types from new hardware metadata schema. * Aggregate all hw metadata YAML into one aggregate JSON file for consumption by others.
This commit is contained in:
committed by
Pete Johanson
parent
b52835ffbf
commit
5e6634d2e5
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Copyright (c) 2021 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
module.exports = function () {
|
||||
return {
|
||||
configureWebpack(config, isServer) {
|
||||
|
||||
Reference in New Issue
Block a user