Skip to content

Commit

Permalink
feat: Move to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
hauketoenjes committed Nov 1, 2023
1 parent de9576a commit e4110ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3,021 deletions.
3 changes: 2 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { config } from "@fortawesome/fontawesome-svg-core";
import "@fortawesome/fontawesome-svg-core/styles.css";
import { Metadata } from "next";
import Footer from "../components/footer";
import Header from "../components/header";
import "../styles/globals.css";

config.autoAddCss = false;

export const metadata = {
export const metadata: Metadata = {
title: {
default: "Hauke Tönjes",
template: "%s | Hauke Tönjes",
Expand Down
Binary file added bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"prod": "next build && next start",
Expand All @@ -14,7 +13,7 @@
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/env": "^13.4.3",
"next": "^13.4.3",
"next": "^14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^0.5.0",
Expand All @@ -26,7 +25,7 @@
"@types/react": "^18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"eslint-config-next": "14.0.1",
"next-sitemap": "^4.1.3",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
Expand Down
Loading

0 comments on commit e4110ee

Please sign in to comment.