mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2026-01-04 14:04:22 +01:00
put back test.js
This commit is contained in:
@@ -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');
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"type": "module",
|
||||
"name": "satshkd-vercel",
|
||||
"version": "1.0.0",
|
||||
"description": "Deploy express js to vercel.",
|
||||
|
||||
@@ -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 {
|
||||
Reference in New Issue
Block a user