feat: support WRN imports and dynamic public shell

This commit is contained in:
2026-07-21 11:15:06 +05:30
parent 0013c0771d
commit 2ca2d02b22
82 changed files with 959 additions and 174 deletions
+5
View File
@@ -1,4 +1,9 @@
{
"WRN import": {
"prefix": ["wrn-import", "import"],
"description": "Import a server-side helper into a WRN file",
"body": ["import { ${1:appUrl} } from \"${2:@wrnexus/helpers}\";", "", "$0"]
},
"WRN page": {
"prefix": ["wrn-page", "page"],
"description": "Create a WRN page",