You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/basic/ai/app-builder.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,13 @@ If the app uses custom environment variables, the downloaded archive can include
66
66
You can update the app's code by importing a ZIP:
67
67
1. Switch to the **Code** tab in the editor.
68
68
2. Click the **`...`** menu in the tab bar.
69
-
3. Select **Import code** and choose a ZIP file (≤ 5 MB) containing your source files.
69
+
3. Select **Import code** and choose a ZIP file up to 20 MB.
70
70
71
71
<Note>
72
-
- Include source files only — do not include `node_modules`, `.next`, or other build artifacts.
73
-
-Zip the outermost project folder itself (right-click the folder → compress), not files selected from inside it.
74
-
- If you import only one file from a nested folder, include one unchanged source file from another top-level folder as a path anchor. For example, include both `app/page.tsx` and `components/widgets/chart.tsx` so the component keeps its full `components/widgets/...` path.
- Include source files only. `node_modules`, `.next`, and other build artifacts are ignored automatically.
73
+
-The ZIP replaces the existing project. Files you leave out are removed from the new version.
74
+
- If the ZIP contains one wrapper folder, Teable strips that folder. You can compress the outermost project folder directly.
75
+
-The imported project must include `package.json` at the project root.
76
76
- A root `.env` file in the ZIP is read into the app's **Secrets**. Other `.env*` variants, such as `.env.local`, are ignored.
77
77
</Note>
78
78
@@ -189,7 +189,7 @@ For prompt patterns, build tips, rollback advice, and common troubleshooting, se
189
189
</Accordion>
190
190
191
191
<Accordiontitle="How do I download or import app code?">
192
-
Switch to the **Code** tab in the editor, click the **`...`** menu in the tab bar, then choose **Download code** or **Import code**. When importing a ZIP, include source files only. Do not include `node_modules`, `.next`, or other build artifacts. A root `.env` file is imported into app **Secrets**.
192
+
Switch to the **Code** tab in the editor, click the **`...`** menu in the tab bar, then choose **Download code** or **Import code**. Imported ZIP files can be up to 20 MB and replace the existing project, so include every source file you want to keep. The imported project must include a root `package.json`. A root `.env` file is imported into app **Secrets**.
193
193
</Accordion>
194
194
195
195
<Accordiontitle="When do login settings apply to the live app?">
Copy file name to clipboardExpand all lines: en/basic/space/billing.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ Monitor your space's resource consumption with these metrics:
48
48
49
49
<Tip>Data in both space trash and base trash are counted in the total record statistics. To reduce the total record count, clean up data in "Space → Trash" or "Base → Trash".</Tip>
50
50
51
+
Click **Details** on the **Total records** card to view record usage by Base. The dialog shows active records, trash records, and total records for each Base. You can open a Base trash page from the dialog, or permanently delete a Base that is already in trash.
52
+
51
53
### Credits
52
54
53
55
Credits are Teable's usage units for AI-powered features. They allow you to track and manage AI usage in a transparent way. Credits reset every billing period and don't roll over.
0 commit comments