diff --git a/bun.lockb b/bun.lockb index 29e86be..04224aa 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 77b6aa2..1e80791 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,14 @@ "scripts": { "dev": "bun run --watch src/index.tsx", "hot": "bun run --hot src/index.tsx", - "format": "biome format --write ./src" + "format": "biome format --write ./src", + "css": "cpy 'node_modules/@picocss/pico/css/pico.lime.min.css' 'src/public/' --flat" }, "dependencies": { "@elysiajs/cookie": "^0.8.0", "@elysiajs/html": "^1.0.2", "@elysiajs/jwt": "^1.0.2", "@elysiajs/static": "^1.0.3", - "@picocss/pico": "^2.0.6", "elysia": "^1.0.22" }, "module": "src/index.tsx", @@ -22,6 +22,7 @@ "@biomejs/biome": "1.7.3", "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@kitajs/ts-html-plugin": "^4.0.1", + "@picocss/pico": "^2.0.6", "@total-typescript/ts-reset": "^0.5.1", "@types/bun": "^1.1.3", "@types/eslint": "^8.56.10", @@ -29,6 +30,7 @@ "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^7.10.0", "@typescript-eslint/parser": "^7.10.0", + "cpy-cli": "^5.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.2.5", diff --git a/src/components/base.tsx b/src/components/base.tsx index 70619c7..29bc54a 100644 --- a/src/components/base.tsx +++ b/src/components/base.tsx @@ -3,7 +3,7 @@ export const BaseHtml = ({ children, title = "ConvertX" }) => (
-