This commit is contained in:
Aidan 2024-12-17 00:04:42 -05:00
parent 33688d1ad8
commit fb1e052c2c
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1
2 changed files with 2 additions and 2 deletions

View File

@ -47,4 +47,4 @@ Please create pull requests and issues, and be generally respectful and patient.
bun app.js bun app.js
``` ```
Your server can now be accessed at http://localhost:3000, and can be used in conjunction with a reverse proxy to get a functional site up. Your server can now be accessed at http://localhost:3000, and can be used in conjunction with a reverse proxy to get a functional site up.

View File

@ -1,3 +1,3 @@
@tailwind base; @tailwind base;
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;