Remove routes.exclude for Workers for Platforms compatibility
Some checks failed
Deploy Site / deploy-chirho (push) Failing after 10s

This commit is contained in:
2026-01-13 04:47:44 +00:00
parent 9d13d74157
commit 35032fa988

View File

@@ -8,14 +8,13 @@ const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter({
routes: {
include: ['/*'],
exclude: ['<all>']
}
// Remove routes.exclude so the worker handles all routes
// This is required for Workers for Platforms dispatch namespaces
// where static assets are not automatically served
})
}
};
export default config;
// JESUS CHRIST IS LORD
// JESUS CHRIST IS LORD