feat: serving static files
for example htmx library in the future tailwindcss out.css file as well
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
defer
|
||||
src="https://cdn.jsdelivr.net/gh/pocketbase/js-sdk@master/dist/pocketbase.umd.js"
|
||||
></script>
|
||||
<script
|
||||
defer
|
||||
src="/static/static/public/htmx.min.js"
|
||||
></script>
|
||||
<script defer type="text/javascript">
|
||||
async function callOauth(providerName) {
|
||||
const pb = new PocketBase("http://127.0.0.1:8090");
|
||||
|
||||
Reference in New Issue
Block a user