瀏覽代碼

try again

enzo 3 周之前
父節點
當前提交
e8f09e97a0
共有 2 個文件被更改,包括 3 次插入2 次删除
  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.`)