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
projects: ["./tsconfig.json"],
20
}),
21
tailwindcss(),
22
-
tanstackStart(),
0
0
0
0
23
viteReact({
24
babel: {
25
plugins: ["babel-plugin-react-compiler"],
···
19
projects: ["./tsconfig.json"],
20
}),
21
tailwindcss(),
22
+
tanstackStart({
23
+
spa: {
24
+
enabled: true,
25
+
},
26
+
}),
27
viteReact({
28
babel: {
29
plugins: ["babel-plugin-react-compiler"],