Skip to content

Commit

Permalink
Adopt new dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Apr 27, 2023
1 parent a270dca commit fcc1dc0
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 65 deletions.
115 changes: 55 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "remix build",
"clean": "rm -rf .cache/ && rm -rf build/ && rm -rf public/build/",
"deploy": "fly deploy --remote-only",
"dev": "node -r dotenv/config node_modules/.bin/remix dev",
"dev": "remix dev",
"prepare": "husky install",
"start": "remix-serve build"
},
Expand All @@ -29,10 +29,11 @@
"@remix-run/serve": "^1.16.0-pre.4",
"cheerio": "1.0.0-rc.10",
"front-matter": "4.0.2",
"isbot": "^3.6.10",
"marked": "4.0.12",
"prismjs": "1.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "1.5.0",
"tiny-invariant": "1.2.0",
"vague-time": "2.4.2"
Expand All @@ -41,8 +42,8 @@
"@remix-run/dev": "^1.16.0-pre.4",
"@types/marked": "4.0.2",
"@types/prismjs": "1.26.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"dotenv": "16.0.0",
"husky": "7.0.4",
"lint-staged": "12.3.4",
Expand Down
1 change: 1 addition & 0 deletions remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ module.exports = {
v2_meta: true,
v2_normalizeFormMethod: true,
v2_routeConvention: true,
unstable_dev: true,
},
};

0 comments on commit fcc1dc0

Please sign in to comment.