enzo 3 tygodni temu
rodzic
commit
e8f09e97a0
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 2 2
      .gitignore
  2. 1 0
      apps/fis-fingerprint/src/index.ts

+ 2 - 2
.gitignore

@@ -2,8 +2,8 @@
 /dist
 /node_modules
 /build
-/app/fis-fingeprint
-/app/fis-verification
+/apps/fis-fingeprint
+/apps/fis-verification
 
 # Logs
 logs

+ 1 - 0
apps/fis-fingerprint/src/index.ts

@@ -0,0 +1 @@
+console.log(`Hello world.`)