feat(init): all
This commit is contained in:
3
packages/nanxing-admin/index.ts
Normal file
3
packages/nanxing-admin/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function createWebApp() {
|
||||
console.log('Created web app');
|
||||
}
|
||||
4
packages/nanxing-admin/package.json
Normal file
4
packages/nanxing-admin/package.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "nanxing-admin",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
3
packages/nanxing-admin/tsconfig.json
Normal file
3
packages/nanxing-admin/tsconfig.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../../tsconfig.app.json"
|
||||
}
|
||||
Reference in New Issue
Block a user