File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @kobalte/solidbase" ,
3- "version" : " 0.6.2 -dev" ,
3+ "version" : " 0.6.3 -dev" ,
44 "description" : " Fully featured, fully customisable static site generation for SolidStart" ,
55 "type" : " module" ,
66 "sideEffects" : true ,
4949 "import" : " ./src/config/sidebar.ts" ,
5050 "types" : " ./src/config/sidebar.ts"
5151 },
52+ "./config/route" : {
53+ "solid" : " ./src/config/route-config.ts" ,
54+ "import" : " ./src/config/route-config.ts" ,
55+ "types" : " ./src/config/route-config.ts"
56+ },
5257 "./server" : {
5358 "solid" : " ./src/server.tsx" ,
5459 "import" : " ./src/server.tsx" ,
8893 "import" : " ./dist/config/sidebar.js" ,
8994 "types" : " ./dist/config/sidebar.d.ts"
9095 },
96+ "./config/route" : {
97+ "solid" : " ./src/config/route-config.js" ,
98+ "import" : " ./src/config/route-config.js" ,
99+ "types" : " ./src/config/route-config.d.ts"
100+ },
91101 "./server" : {
92102 "solid" : " ./dist/server.jsx" ,
93103 "import" : " ./dist/server.jsx" ,
You can’t perform that action at this time.
0 commit comments