Skip to content

Commit 91eb3ac

Browse files
committed
chore: tweaks
1 parent 62279ac commit 91eb3ac

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.vscode/settings.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@
8080
"**/*.svg": true,
8181
"**/stats.html": true
8282
},
83-
"files.exclude": {
84-
"**/node_modules": true,
85-
"**/dist": true
86-
},
83+
8784
"files.watcherExclude": {
8885
"**/node_modules/**": true,
8986
"**/dist/**": true,

@fiction/cards/profile/card.unit.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Card } from '@fiction/site'
22
import { refineOptions } from '@fiction/site/utils/schema'
3-
import _ from 'lodash'
43
import { describe, expect, it } from 'vitest'
54
import { zodToJsonSchema } from 'zod-to-json-schema'
65
import { templates } from '.'

@fiction/core/plugin-env/serverOnly.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export function commonServerOnlyModules(): Record<string, true | Record<string, string>> {
22
return {
3+
'ai': true,
4+
'ua-parser-js': true,
35
'ffprobe': true,
46
'ffprobe-static': true,
57
'js-yaml': true,

0 commit comments

Comments
 (0)