tangled
alpha
login
or
join now
isuggest.selfce.st
/
strand
3
fork
atom
alternative tangled frontend (extremely wip)
3
fork
atom
overview
issues
pulls
pipelines
feat: go go gadget spa mode
serenity
2 weeks ago
01c93b27
47fb3f57
+5
-1
1 changed file
expand all
collapse all
unified
split
vite.config.ts
+5
-1
vite.config.ts
···
19
19
projects: ["./tsconfig.json"],
20
20
}),
21
21
tailwindcss(),
22
22
-
tanstackStart(),
22
22
+
tanstackStart({
23
23
+
spa: {
24
24
+
enabled: true,
25
25
+
},
26
26
+
}),
23
27
viteReact({
24
28
babel: {
25
29
plugins: ["babel-plugin-react-compiler"],