create-auto-app 0.10.5 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +0,0 @@
1
- packages:
2
- - '*'
@@ -1,7 +0,0 @@
1
- {
2
- "name": "finance-tracker",
3
- "displayName": "Finance Tracker",
4
- "description": "Manage financial transactions and budgets",
5
- "type": "template",
6
- "preset": "full"
7
- }
@@ -1,17 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2022",
4
- "module": "ESNext",
5
- "moduleResolution": "bundler",
6
- "skipLibCheck": true,
7
- "emitDecoratorMetadata": true,
8
- "experimentalDecorators": true,
9
- "outDir": "./dist",
10
- "rootDir": ".",
11
- "noEmit": false,
12
- "strict": true,
13
- "strictNullChecks": true
14
- },
15
- "include": ["flows/**/*", "vitest.config.ts"],
16
- "exclude": ["dist", "node_modules"]
17
- }
@@ -1,19 +0,0 @@
1
- {
2
- "$schema": "https://turbo.build/schema.json",
3
- "extends": ["//"],
4
- "tasks": {
5
- "auto": {
6
- "dependsOn": ["^build"],
7
- "inputs": []
8
- },
9
- "auto:debug": {
10
- "dependsOn": ["^build"],
11
- "inputs": []
12
- },
13
- "build": {
14
- "dependsOn": ["^build"],
15
- "inputs": [],
16
- "outputs": []
17
- }
18
- }
19
- }