Add index.ts files
This commit is contained in:
@@ -13,6 +13,11 @@ const config = {
|
||||
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
package: {
|
||||
exports: (filepath) => {
|
||||
return filepath.endsWith("src/lib/index.ts");
|
||||
}
|
||||
},
|
||||
|
||||
// hydrate the <div id="svelte"> element in src/app.html
|
||||
target: "#svelte",
|
||||
|
||||
Reference in New Issue
Block a user