Skip to content

Commit f28dc86

Browse files
committed
fix: update configs for pnpm workspace
1 parent 4c6eee7 commit f28dc86

7 files changed

+5922
-307
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
node_modules
1+
.idea/
22
.pnpm-debug.log
3+
node_modules/

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hateout",
2+
"name": "hateout-project",
33
"version": "1.0.0",
44
"description": "This demo project is to detect hate speeches in the browser by leveraging on-device machine learning. We will support Korean only, and provide this project as browser extensions.",
55
"private": "true",

0 commit comments

Comments
 (0)