add packages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@backstage/app",
|
||||
"version": "0.0.0",
|
||||
"main": "./src/index.js",
|
||||
"dependencies": {
|
||||
"@backstage/core": "0.0.0",
|
||||
"react": "^16.12.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
const core = require('@backstage/core');
|
||||
|
||||
console.log(core());
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "@backstage/core",
|
||||
"version": "0.0.0",
|
||||
"main": "./src/index.js"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
module.exports = function () {
|
||||
return "hello world!";
|
||||
}
|
||||
Reference in New Issue
Block a user