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;*/