split client and server into maven modules

This commit is contained in:
Athou
2022-08-13 10:34:59 +02:00
parent 4c4868a2b6
commit ac7b6eeb21
277 changed files with 645 additions and 521 deletions

2
commafeed-client/gulp Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
"node/node" "node_modules/gulp/bin/gulp.js" "$@"