put back test.js

This commit is contained in:
bitkarrot
2022-03-20 23:20:31 -07:00
parent 96eddf99c7
commit d7fc548375
5 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ const app = express();
const handlebars = require('express-handlebars');
const port = 3000;
const calculate = require('./calculate.cjs')
const calculate = require('./calculate')
const zhcnjson = require('./locales/zh-cn.json');
const zhhkjson = require('./locales/zh-hk.json');
const enjson = require('./locales/en.json');

View File

@@ -1,5 +1,4 @@
{
"type": "module",
"name": "satshkd-vercel",
"version": "1.0.0",
"description": "Deploy express js to vercel.",

View File

@@ -1,6 +1,6 @@
const core = require('@actions/core');
const poll = require('./btcpoll.cjs');
const axios = require('axios');
const poll = require('./btcpoll');
//const axios = require('axios');
// modify this to ping url, get data and update, commit and push file to github repo
try {