1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-11 14:35:29 -04:00

simplify note parsing logic

This commit is contained in:
2022-01-02 23:05:51 -05:00
parent ca614e1a1a
commit 49fb053649
15 changed files with 164 additions and 154 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
"url": "https://github.com/jakejarvis/jarv.is.git"
},
"scripts": {
"dev": "next dev",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
@@ -85,7 +85,7 @@
"eslint-config-next": "~12.0.7",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-prettier": "~4.0.0",
"lint-staged": "^12.1.4",
"lint-staged": "^12.1.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-focus": "^5.0.1",