Home
/
river.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bae43b
)
build
author
xangelo
<me@xangelo.ca>
Fri, 26 Jan 2024 16:54:38 +0000
(11:54 -0500)
committer
xangelo
<me@xangelo.ca>
Fri, 26 Jan 2024 16:54:38 +0000
(11:54 -0500)
.gitignore
patch
|
blob
|
history
package.json
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index ea3ed66e53e26286f9497d09dbf68b7e68e7be61..3dfaeda2e5d3ad1919dc275e6fb28e3c3eb9a4f5 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-2,3
+2,4
@@
.yarn
.env
node_modules/
+dist/
diff --git
a/package.json
b/package.json
index b835de0d027bf1b5b15c8e46e8499de94aaf496c..4fd6a3c3d6a0a957c5f80462c16ea0690c91d75d 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-3,7
+3,8
@@
"private": true,
"version": "0.0.1",
"scripts": {
- "dev": "yarn nodemon src/server.ts"
+ "dev": "yarn nodemon src/server.ts",
+ "build": "yarn tsc && cp -R src/public dist/src"
},
"dependencies": {
"better-sqlite3": "^9.3.0",