This commit is contained in:
parent
97a76f2cad
commit
c61c0b2d09
6 changed files with 327 additions and 133 deletions
6
index.ts
6
index.ts
|
|
@ -20,7 +20,11 @@ const sssg = new SSSG({
|
|||
});
|
||||
|
||||
const plugins: Plugin[] = [];
|
||||
let gitLog = "{}";
|
||||
let gitLog = JSON.stringify({
|
||||
author: "failed-to-load",
|
||||
date: new Date(),
|
||||
commit: "failed-to-load",
|
||||
});
|
||||
|
||||
if (process.argv.includes("--dev")) {
|
||||
plugins.push(new Dev(sssg));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue