Explorar o código

merged with wekan master @ v5.38

Stefan Maaßen %!s(int64=4) %!d(string=hai) anos
pai
achega
84801010d5
Modificáronse 2 ficheiros con 11 adicións e 0 borrados
  1. 3 0
      build.sh
  2. 8 0
      jsconfig.json

+ 3 - 0
build.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+podman build --force-rm -t localhost/wekan:v3.89-ad .

+ 8 - 0
jsconfig.json

@@ -0,0 +1,8 @@
+{
+  "compilerOptions": {
+    "module": "commonjs",
+    "target": "es6"
+  },
+  "exclude": ["node_modules", "**/node_modules/*"],
+  "include": ["server/**/*", "client/**/*","config/**/*", "packages/**/*"]
+}