feat(init): all

This commit is contained in:
2025-12-31 10:44:59 +08:00
commit 4fc473fff2
19 changed files with 2081 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function createWebApp() {
console.log('Created web app');
}

View File

@@ -0,0 +1,4 @@
{
"name": "nanxing-admin",
"version": "0.1.0"
}

View File

@@ -0,0 +1,3 @@
{
"extends": "../../tsconfig.app.json"
}