mirror of https://github.com/msgbyte/tailchat
chore: init plugins and ministar
parent
4325589a5d
commit
1e7e8318f1
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "@plugins/com.msgbyte.webpanel",
|
||||
"main": "src/index.ts",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {}
|
||||
}
|
@ -0,0 +1 @@
|
||||
console.log('Hello World!');
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"baseUrl": "./src"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue