gold eggs backend
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
This commit is contained in:
9
resources/static/js/alpine.js
Executable file
9
resources/static/js/alpine.js
Executable file
@@ -0,0 +1,9 @@
|
||||
import Alpine from 'alpinejs'
|
||||
import counter from "./counter";
|
||||
|
||||
window.Alpine = Alpine
|
||||
|
||||
Alpine.data("vars", counter)
|
||||
|
||||
Alpine.start()
|
||||
|
||||
1
resources/static/js/app.js
Executable file
1
resources/static/js/app.js
Executable file
@@ -0,0 +1 @@
|
||||
import "./alpine"
|
||||
3
resources/static/js/counter.js
Executable file
3
resources/static/js/counter.js
Executable file
@@ -0,0 +1,3 @@
|
||||
export default () => ({
|
||||
count: 2309
|
||||
})
|
||||
9
resources/static/js/vite-refresh.js
Executable file
9
resources/static/js/vite-refresh.js
Executable file
@@ -0,0 +1,9 @@
|
||||
import RefreshRuntime from 'http://localhost:5173/@react-refresh'
|
||||
|
||||
if (RefreshRuntime) {
|
||||
RefreshRuntime.injectIntoGlobalHook(window)
|
||||
window.$RefreshReg$ = () => {
|
||||
}
|
||||
window.$RefreshSig$ = () => (type) => type
|
||||
window.__vite_plugin_react_preamble_installed__ = true
|
||||
}
|
||||
Reference in New Issue
Block a user