We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4fff0 commit 48dfa1bCopy full SHA for 48dfa1b
packages/kit/src/core/dev/plugin.js
@@ -163,11 +163,8 @@ export async function create_plugin(config) {
163
164
update_manifest();
165
166
- console.error(`config.kit.files.routes: ${config.kit.files.routes}`);
167
-
168
for (const event of ['add', 'unlink']) {
169
vite.watcher.on(event, (file) => {
170
- console.error(`${event} ${file}`);
171
if (file.startsWith(config.kit.files.routes + path.sep)) {
172
173
}
0 commit comments