From 22bd4e9dc54133b78f68a68afec785b829ae1ec2 Mon Sep 17 00:00:00 2001 From: y-syo Date: Tue, 2 Sep 2025 02:17:16 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8E=89=E3=80=8D=20init(src/front?= =?UTF-8?q?):=20initialized=20the=20frontend,=20ready=20to=20be=20worked?= =?UTF-8?q?=20on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 6 +++--- flake.nix | 1 + src/front/index.html | 2 ++ src/front/main.tsx | 1 + src/front/style.css | 6 ++++-- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 src/front/main.tsx diff --git a/flake.lock b/flake.lock index 782aaad..dade030 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1753250450, - "narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=", + "lastModified": 1756542300, + "narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf", + "rev": "d7600c775f877cd87b4f5a831c28aa94137377aa", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index b61cb1a..ecdab7e 100644 --- a/flake.nix +++ b/flake.nix @@ -50,6 +50,7 @@ echo Installing foundry env forge i fi + alias jarvis=just export PATH+=:$(pwd)/node_modules/.bin echo entering ft_trans env ''; diff --git a/src/front/index.html b/src/front/index.html index f2f5a6a..e7a3f05 100644 --- a/src/front/index.html +++ b/src/front/index.html @@ -7,6 +7,8 @@ + +

Vite + Tailwind

🚀 Looks like it's working!

diff --git a/src/front/main.tsx b/src/front/main.tsx new file mode 100644 index 0000000..2a2392b --- /dev/null +++ b/src/front/main.tsx @@ -0,0 +1 @@ +console.log("test") diff --git a/src/front/style.css b/src/front/style.css index b5c61c9..f5645cf 100644 --- a/src/front/style.css +++ b/src/front/style.css @@ -1,3 +1,5 @@ -@tailwind base; +@import "tailwindcss"; + +/*@tailwind base; @tailwind components; -@tailwind utilities; +@tailwind utilities;*/