wip: локальный коммит всех изменений, включая новые тесты, артефакты и правки UI/infra
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module.exports = async function(context) {
|
||||
return { status: 200, body: "Hello from Node.js!" };
|
||||
};
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "node-hello",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user