silgi 0.17.1 → 0.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/index.mjs +1 -1
- package/dist/cli/prepare.mjs +0 -1
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/cli/prepare.mjs
CHANGED
|
@@ -119,7 +119,6 @@ export const routeRules = ${serialized}
|
|
|
119
119
|
}
|
|
120
120
|
const file = join(serverDir, "rules.ts");
|
|
121
121
|
await writeFile(file, content);
|
|
122
|
-
console.log(`\u2705 Route rules written to ${file}`);
|
|
123
122
|
} catch (error) {
|
|
124
123
|
console.error("\u274C Failed to prepare build:", error instanceof Error ? error.message : String(error));
|
|
125
124
|
throw error;
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED