feat: add basic webui
This commit is contained in:
1
packages/storage/client.ts
Normal file
1
packages/storage/client.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from '@vercel/blob/client';
|
||||
1
packages/storage/index.ts
Normal file
1
packages/storage/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from '@vercel/blob';
|
||||
15
packages/storage/package.json
Normal file
15
packages/storage/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@konobangu/storage",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
||||
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vercel/blob": "^0.27.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@konobangu/typescript-config": "workspace:*"
|
||||
}
|
||||
}
|
||||
8
packages/storage/tsconfig.json
Normal file
8
packages/storage/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "@konobangu/typescript-config/react-library.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "."
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user