From 154778e84d0cf91c4937022dc0ad9a0f28641844 Mon Sep 17 00:00:00 2001 From: Alexandre Mouton-Brady Date: Thu, 10 Feb 2022 16:48:33 +0100 Subject: [PATCH] :bug: Add /* @refresh reload */ --- js/src/index.jsx | 1 + ts-bootstrap/src/index.tsx | 1 + ts-minimal/src/index.tsx | 1 + ts-router/src/index.tsx | 1 + ts-sass/src/index.tsx | 1 + ts-tailwindcss/src/index.tsx | 1 + ts-windicss/src/index.tsx | 1 + ts/src/index.tsx | 1 + 8 files changed, 8 insertions(+) diff --git a/js/src/index.jsx b/js/src/index.jsx index 645dbaf..259d1c9 100644 --- a/js/src/index.jsx +++ b/js/src/index.jsx @@ -1,3 +1,4 @@ +/* @refresh reload */ import { render } from 'solid-js/web'; import './index.css'; diff --git a/ts-bootstrap/src/index.tsx b/ts-bootstrap/src/index.tsx index 62c563a..dba4bf2 100644 --- a/ts-bootstrap/src/index.tsx +++ b/ts-bootstrap/src/index.tsx @@ -1,3 +1,4 @@ +/* @refresh reload */ import 'bootstrap/scss/bootstrap.scss'; import { render } from 'solid-js/web'; diff --git a/ts-minimal/src/index.tsx b/ts-minimal/src/index.tsx index 89554a5..2006c75 100644 --- a/ts-minimal/src/index.tsx +++ b/ts-minimal/src/index.tsx @@ -1,3 +1,4 @@ +/* @refresh reload */ import { render } from 'solid-js/web'; import App from './App'; diff --git a/ts-router/src/index.tsx b/ts-router/src/index.tsx index 249ad29..3caaf3f 100644 --- a/ts-router/src/index.tsx +++ b/ts-router/src/index.tsx @@ -1,3 +1,4 @@ +/* @refresh reload */ import 'windi.css'; import { render } from 'solid-js/web'; diff --git a/ts-sass/src/index.tsx b/ts-sass/src/index.tsx index 89554a5..2006c75 100644 --- a/ts-sass/src/index.tsx +++ b/ts-sass/src/index.tsx @@ -1,3 +1,4 @@ +/* @refresh reload */ import { render } from 'solid-js/web'; import App from './App'; diff --git a/ts-tailwindcss/src/index.tsx b/ts-tailwindcss/src/index.tsx index cae7b94..16f53c7 100644 --- a/ts-tailwindcss/src/index.tsx +++ b/ts-tailwindcss/src/index.tsx @@ -1,3 +1,4 @@ +/* @refresh reload */ import './index.css'; import { render } from 'solid-js/web'; diff --git a/ts-windicss/src/index.tsx b/ts-windicss/src/index.tsx index 1d8f408..3ecc238 100644 --- a/ts-windicss/src/index.tsx +++ b/ts-windicss/src/index.tsx @@ -1,3 +1,4 @@ +/* @refresh reload */ import 'windi.css'; import { render } from 'solid-js/web'; diff --git a/ts/src/index.tsx b/ts/src/index.tsx index f636fb3..6362c7b 100644 --- a/ts/src/index.tsx +++ b/ts/src/index.tsx @@ -1,3 +1,4 @@ +/* @refresh reload */ import { render } from 'solid-js/web'; import './index.css';