We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e106c88 commit 5f9d3f0Copy full SHA for 5f9d3f0
3 files changed
README.md
@@ -1,3 +1,9 @@
1
+
2
3
+<p align="middle">
4
+<img width="900px" height="500px" src="./public/base-stack.png" />
5
+</p>
6
7
# Welcome to Forge 42 base-stack
8
9
This is a base-stack for Forge 42 projects. This stack is a starting point for all Forge 42 stacks with more
public/base-stack.png
283 KB
scripts/cleanup.ts
@@ -63,6 +63,7 @@ export default function Index() {
63
64
const removeForgeAssets = async () => {
65
await fs.unlink("public/logo.png");
66
+ await fs.unlink("public/base-stack.png");
67
await fs.unlink("public/banner.png");
68
console.log(chalk.green("Forge assets are removed from public directory"));
69
};
0 commit comments