tangled
alpha
login
or
join now
frontpage.fyi
/
frontpage
22
fork
atom
AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
22
fork
atom
overview
issues
pulls
pipelines
Vite config cjs deprecation
tom.sherman.is
11 months ago
24fa7c60
82da224a
verified
This commit was signed with the committer's
known signature
.
tom.sherman.is
SSH Key Fingerprint:
SHA256:s683B2DU0yXjYHmKfzMF5t1GryE92wn75ZgRoLJ76HY=
+3
-1
3 changed files
expand all
collapse all
unified
split
packages
atproto-browser
tsconfig.json
vite.config.mts
frontpage
vite.config.mts
+3
-1
packages/atproto-browser/tsconfig.json
···
9
9
"include": [
10
10
"**/*.ts",
11
11
"**/*.tsx",
12
12
+
"**/*.mts",
12
13
"**/*.mjs",
13
14
"next-env.d.ts",
14
14
-
".next/types/**/*.ts"
15
15
+
".next/types/**/*.ts",
16
16
+
"vite.config.mts"
15
17
],
16
18
"exclude": ["node_modules"]
17
19
}
packages/atproto-browser/vite.config.ts
packages/atproto-browser/vite.config.mts
packages/frontpage/vite.config.ts
packages/frontpage/vite.config.mts