This commit is contained in:
xion 2024-12-01 14:05:06 +08:00
commit 5567c62d53
2 changed files with 27 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
node_modules
dist
build
.cache
.DS_Store
*.log
tsconfig.app.tsbuildinfo
tsconfig.node.tsbuildinfo
.turbo

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "browser-apps",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module",
"dependencies": {
"vite": "^6.0.1"
}
}