Skip to content

Commit

Permalink
enable v2_dev (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Sep 6, 2023
1 parent eea6d87 commit af4c898
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ pnpm-lock.yml

node_modules

/server/index.js
/server/index.js.map
/public/build
preferences.arc
sam.json
Expand Down
7 changes: 0 additions & 7 deletions dev.js

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "run-p dev:*",
"dev:arc": "node ./dev sandbox",
"dev:remix": "remix watch",
"dev": "remix dev --manual -c \"arc sandbox -e testing\"",
"format": "prettier --write .",
"format:repo": "npm run format && npm run lint:repo -- --fix",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
Expand Down
1 change: 1 addition & 0 deletions remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const path = require("path");
module.exports = {
cacheDirectory: "./node_modules/.cache/remix",
future: {
v2_dev: true,
v2_errorBoundary: true,
v2_headers: true,
v2_meta: true,
Expand Down
2 changes: 2 additions & 0 deletions remix.init/gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
node_modules

/server/index.js
/server/index.js.map
/server/metafile.*
/public/build
preferences.arc
sam.json
Expand Down

0 comments on commit af4c898

Please sign in to comment.