Compare commits
2 Commits
32e5d3bb8d
...
9847fdb70c
Author | SHA1 | Date | |
---|---|---|---|
9847fdb70c | |||
82558ff06a |
@ -2,7 +2,7 @@
|
|||||||
"name": "@boring.tools/api",
|
"name": "@boring.tools/api",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun run --hot src/index.ts",
|
"dev": "bun run --hot src/index.ts",
|
||||||
"build": "bun build --entrypoints ./src/index.ts --outdir ../../build/api --target bun --splitting --sourcemap=linked",
|
"build": "bun build --entrypoints ./src/index.ts --outdir ../../build/api --target bun --splitting",
|
||||||
"test": "bun test --preload ./src/index.ts"
|
"test": "bun test --preload ./src/index.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -96,6 +96,7 @@ const Component = () => {
|
|||||||
<Textarea
|
<Textarea
|
||||||
placeholder="Some details about the page..."
|
placeholder="Some details about the page..."
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field.value ?? ''}
|
||||||
/>
|
/>
|
||||||
</FormControl>{' '}
|
</FormControl>{' '}
|
||||||
<FormMessage />
|
<FormMessage />
|
||||||
|
@ -106,6 +106,7 @@ const Component = () => {
|
|||||||
<Textarea
|
<Textarea
|
||||||
placeholder="Some details about the page..."
|
placeholder="Some details about the page..."
|
||||||
{...field}
|
{...field}
|
||||||
|
value={field.value ?? ''}
|
||||||
/>
|
/>
|
||||||
</FormControl>{' '}
|
</FormControl>{' '}
|
||||||
<FormMessage />
|
<FormMessage />
|
||||||
|
Loading…
Reference in New Issue
Block a user