Skip to content

Commit

Permalink
STEEDOS_WIDGETS_ADDITIONAL
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 12, 2024
1 parent 7df027d commit 9cef768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@steedos-widgets/ag-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ https://github.com/ag-grid/ag-grid
## 加载资产包

```
STEEDOS_PUBLIC_PAGE_ASSETURLS=http://127.0.0.1:8080/@steedos-widgets/amis-object/dist/assets-dev.json,http://127.0.0.1:8080/@steedos-widgets/ag-grid/dist/assets-dev.json
STEEDOS_WIDGETS_ADDITIONAL=@steedos-widgets/ag-grid
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/
import React, { useEffect, useState, useRef } from 'react';
import { AG_GRID_LOCALE_CN } from '@ag-grid-community/locale';
import 'ag-grid-enterprise';

export const AmisAgGrid = (props: any) => {
const {
Expand Down
2 changes: 1 addition & 1 deletion packages/@steedos-widgets/liveblocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ yarn dev
## Steedos 加载资产包

```
STEEDOS_PUBLIC_PAGE_ASSETURLS=http://127.0.0.1:8080/@steedos-widgets/amis-object/dist/assets-dev.json,http://127.0.0.1:8080/@steedos-widgets/liveblocks/dist/assets-dev.json
STEEDOS_WIDGETS_ADDITIONAL=@steedos-widgets/liveblocks
```

0 comments on commit 9cef768

Please sign in to comment.