Skip to content

Commit

Permalink
feat: add esbuild hello for zhi-core
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 10, 2023
1 parent adf1774 commit ae02c7e
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": false,
"printWidth": 120
}
6 changes: 3 additions & 3 deletions apps/web/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Button } from "ui";
import {Button} from "ui"

export default function Web() {
return (
<div>
<h1>Web</h1>
<Button />
</div>
);
}
)
}
4 changes: 2 additions & 2 deletions apps/zhi-blog-astro/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'astro/config';
import { defineConfig } from "astro/config"

// https://astro.build/config
export default defineConfig({});
export default defineConfig({})
1 change: 1 addition & 0 deletions apps/zhi-core/esbuild.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("hello, esbuild")
Loading

0 comments on commit ae02c7e

Please sign in to comment.