Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dce7370

Browse filesBrowse files
committed
Merge branch 'main' of github.com:freenit-framework/svelte-base
2 parents 62f18b5 + 198aa5c commit dce7370
Copy full SHA for dce7370

File tree

Expand file treeCollapse file tree

3 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-2
lines changed

‎bin/lib.sh

Copy file name to clipboardExpand all lines: bin/lib.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ echo "Frontend"
1010
echo "========"
1111
cd "${PROJECT_ROOT}"
1212
rm -rf package
13-
yarn run lib
13+
yarn run build

‎src/lib/index.ts

Copy file name to clipboardExpand all lines: src/lib/index.ts
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export { default as Themes } from './Themes.svelte'
1010
export { default as User } from './User.svelte'
1111
export { default as Users } from './Users.svelte'
1212

13+
export * as notification from './notification'
1314
export { default as methods } from './methods'
1415
export { default as store } from './store'

‎vite.config.ts

Copy file name to clipboardExpand all lines: vite.config.ts
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if (process.env.BACKEND_URL) {
1010
proxy: {
1111
'/api': {
1212
target: process.env.BACKEND_URL,
13-
changeOrigin: true,
1413
},
1514
},
1615
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.