Upgrade to kit 1.0.0-next.431
This commit is contained in:
@@ -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");
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user