feat: initialize unidesk platform
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM oven/bun:1-alpine
|
||||
WORKDIR /app
|
||||
CMD ["bun", "--version"]
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "@unidesk/example-service",
|
||||
"private": true,
|
||||
"type": "module"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export const reserved = true;
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user