Compare commits
2 Commits
32e5d3bb8d
...
9847fdb70c
Author | SHA1 | Date | |
---|---|---|---|
9847fdb70c | |||
82558ff06a |
@ -2,7 +2,7 @@
|
||||
"name": "@boring.tools/api",
|
||||
"scripts": {
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -96,6 +96,7 @@ const Component = () => {
|
||||
<Textarea
|
||||
placeholder="Some details about the page..."
|
||||
{...field}
|
||||
value={field.value ?? ''}
|
||||
/>
|
||||
</FormControl>{' '}
|
||||
<FormMessage />
|
||||
|
@ -106,6 +106,7 @@ const Component = () => {
|
||||
<Textarea
|
||||
placeholder="Some details about the page..."
|
||||
{...field}
|
||||
value={field.value ?? ''}
|
||||
/>
|
||||
</FormControl>{' '}
|
||||
<FormMessage />
|
||||
|
Loading…
Reference in New Issue
Block a user