Skip to content

Commit 430e96b

Browse files
hannesktjnms-me
authored andcommitted
add missing node dependency
1 parent bd75b33 commit 430e96b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
public/system/products
2424
public/system/users
2525

26+
public/packs
27+
2628
# Asset compilation artifacts
2729
/app/assets/builds/*
2830
!/app/assets/builds/.keep

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@rails/ujs": "^7.1.3-4",
88
"chart.js": "^4.5.1",
99
"chartkick": "^5.0.1",
10+
"date-fns": "^4.1.0",
1011
"esbuild": "^0.27.2",
1112
"mqtt": "^5.14.1",
1213
"petite-vue": "^0.4.1",

0 commit comments

Comments
 (0)