From 16139326f2fb5aea23614ac779171e31390b8f72 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 5 Nov 2024 17:42:41 +0000 Subject: add biome --- build.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build.js') diff --git a/build.js b/build.js index a16c54b..964c1a2 100644 --- a/build.js +++ b/build.js @@ -1,9 +1,9 @@ import { execSync } from "bun"; try { - // Precompile Pug templates in the `src` directory to the `dist` directory - execSync("pug src -o dist"); - console.log("Pug templates compiled successfully."); + // Precompile Pug templates in the `src` directory to the `dist` directory + execSync("pug src -o dist"); + console.log("Pug templates compiled successfully."); } catch (error) { - console.error("Failed to compile Pug templates:", error); + console.error("Failed to compile Pug templates:", error); } -- cgit v1.2.3