add build output
This commit is contained in:
1507
pkgs/theme/src/colors.json
Normal file
1507
pkgs/theme/src/colors.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
import { writeFile } from "fs";
|
import { writeFile } from "fs";
|
||||||
import palette from "./out.json" assert { type: "json" };
|
import palette from "./colors.json" assert { type: "json" };
|
||||||
import { config } from "./config.js";
|
import { config } from "./config.js";
|
||||||
|
|
||||||
type PaletteFile = typeof palette;
|
type PaletteFile = typeof palette;
|
||||||
@@ -33,7 +33,7 @@ const html = (palette: PaletteFile): string => {
|
|||||||
${colors.join("\n")}
|
${colors.join("\n")}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
`;
|
`;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user