Upgrade to kit 1.0.0-next.431

This commit is contained in:
Ryan Gossiaux
2023-06-14 13:55:52 -07:00
parent bb0c9ee8fb
commit 4c58b218b4
4 changed files with 104 additions and 24 deletions

View File

@@ -18,13 +18,13 @@ const config = {
kit: {
adapter: adapter(),
package: {
exports: (filepath) => {
return filepath.endsWith("index.js");
},
files: (filepath) => {
return !filepath.endsWith(".test.ts");
},
},
package: {
exports: (filepath) => {
return filepath.endsWith("index.js");
},
files: (filepath) => {
return !filepath.endsWith(".test.ts");
},
},
};