Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 735307b

Browse files
committed
process endpoints
1 parent e881628 commit 735307b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

next_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "BetterIDEa",
33
"license": "GPL-3.0-only",
44
"description": "Web based IDE for Arweave and AO",
5-
"version": "3.1.1",
5+
"version": "3.2.0",
66
"private": false,
77
"type": "module",
88
"scripts": {

next_app/src/lib/ao-vars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const processHtml = `<!DOCTYPE html>
111111
<head>
112112
<meta charset="UTF-8">
113113
<meta name="viewport" content="width=device-width, initial-scale=1.0">
114-
<script src="https://cdn.tailwindcss.com"></script>
114+
<script src="https://tailwind_betteridea.ar.io"></script>
115115
<script type="module">
116116
import { aofetch } from "https://unpkg.com/ao-fetch@latest/dist/browser.mjs";
117117

0 commit comments

Comments
 (0)