Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Sep 16, 2023
1 parent a15e198 commit 9e834e3
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
4 changes: 2 additions & 2 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -13408,9 +13408,9 @@ var $;
const { rem } = $mol_style_unit;
$mol_style_define($piterjs_speech_page, {
flex: {
grow: 1000,
grow: 0,
shrink: 0,
basis: rem(40),
basis: rem(60),
},
Tools: {
flex: {
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13408,9 +13408,9 @@ var $;
const { rem } = $mol_style_unit;
$mol_style_define($piterjs_speech_page, {
flex: {
grow: 1000,
grow: 0,
shrink: 0,
basis: rem(40),
basis: rem(60),
},
Tools: {
flex: {
Expand Down
4 changes: 2 additions & 2 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13400,9 +13400,9 @@ var $;
const { rem } = $mol_style_unit;
$mol_style_define($piterjs_speech_page, {
flex: {
grow: 1000,
grow: 0,
shrink: 0,
basis: rem(40),
basis: rem(60),
},
Tools: {
flex: {
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web.js
Original file line number Diff line number Diff line change
Expand Up @@ -12796,9 +12796,9 @@ var $;
const { rem } = $mol_style_unit;
$mol_style_define($piterjs_speech_page, {
flex: {
grow: 1000,
grow: 0,
shrink: 0,
basis: rem(40),
basis: rem(60),
},
Tools: {
flex: {
Expand Down
2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12796,9 +12796,9 @@ var $;
const { rem } = $mol_style_unit;
$mol_style_define($piterjs_speech_page, {
flex: {
grow: 1000,
grow: 0,
shrink: 0,
basis: rem(40),
basis: rem(60),
},
Tools: {
flex: {
Expand Down

0 comments on commit 9e834e3

Please sign in to comment.