generated from cms/tibi-docs
folder structure
This commit is contained in:
parent
14b7979314
commit
297658bab2
@ -32,6 +32,8 @@ permissions:
|
|||||||
post: false
|
post: false
|
||||||
put: false
|
put: false
|
||||||
delete: false
|
delete: false
|
||||||
|
|
||||||
|
|
||||||
"token:${SSR_TOKEN}":
|
"token:${SSR_TOKEN}":
|
||||||
methods:
|
methods:
|
||||||
# only via url=
|
# only via url=
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { location } from "../store"
|
import { location } from "./store"
|
||||||
|
|
||||||
export let url = ""
|
export let url = ""
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
import App from "./components/App.svelte"
|
import App from "./App.svelte"
|
||||||
import { location } from "./store"
|
import { location } from "./store"
|
||||||
|
|
||||||
const publishLocation = (_p?: string) => {
|
const publishLocation = (_p?: string) => {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
import App from "./components/App.svelte"
|
import App from "./App.svelte"
|
||||||
|
|
||||||
export default App
|
export default App
|
||||||
|
0
types/global.d.ts
vendored
Normal file
0
types/global.d.ts
vendored
Normal file
Loading…
Reference in New Issue
Block a user