tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
configure vite to allow access to package.json
eldridge.cam
1 month ago
66e78c1c
684be80f
0/0
Waiting for spindle ...
+5
1 changed file
expand all
collapse all
unified
split
vite.config.ts
+5
vite.config.ts
···
3
3
4
4
export default defineConfig({
5
5
plugins: [sveltekit()],
6
6
+
server: {
7
7
+
fs: {
8
8
+
allow: ["package.json", "./src/"],
9
9
+
},
10
10
+
},
6
11
});