Commit Graph

5307 Commits

Author SHA1 Message Date
Dillon Kearns
2777b429a5 Add helper for optional initial values. 2023-02-04 08:02:54 -08:00
Dillon Kearns
4e9900779f Include AddRoute script in blog engine project. 2023-02-04 07:57:20 -08:00
Dillon Kearns
8c45376a22 Add post preview. 2023-02-03 10:49:03 -08:00
Dillon Kearns
2b409c6849 Add prisma setup for example. 2023-02-03 10:19:48 -08:00
Dillon Kearns
f08b0c3564 Render post titles in example 2023-02-03 10:19:38 -08:00
Dillon Kearns
49f6e14042 Use transitioning state in form route generator. 2023-02-03 10:19:15 -08:00
Dillon Kearns
a0cdc6858d Remove obsolete exposed value in demo. 2023-02-03 10:18:48 -08:00
Dillon Kearns
51f7a8dbd7 Update posts/new example. 2023-02-03 10:18:37 -08:00
Dillon Kearns
39db416e89 Add row and col options to textarea fields. 2023-02-03 10:18:02 -08:00
Dillon Kearns
18e2e43da3 Add initial setup for blog-engine example. 2023-02-02 11:07:57 -08:00
Dillon Kearns
433dc50429 Fix code generation for site with single route. 2023-02-02 10:20:50 -08:00
Dillon Kearns
fdd9a223dc Update starter scaffolding. 2023-02-01 12:07:04 -08:00
Dillon Kearns
98495df07e Use bool attribute server-side rendering fix (see https://github.com/elm-explorations/test/pull/212). 2023-02-01 08:28:44 -08:00
Dillon Kearns
737cb66903 Delete unused import. 2023-01-31 10:57:42 -08:00
Dillon Kearns
c32662fd6b Fix magic link encryption to use latest code fixes. 2023-01-31 10:54:55 -08:00
Dillon Kearns
957ea0333b Fix ordering for retrieving newly created session. 2023-01-31 10:54:38 -08:00
Dillon Kearns
7d73c34d61 Delete commented code. 2023-01-31 10:41:21 -08:00
Dillon Kearns
c5ea554e80 Add missing command. 2023-01-30 21:15:16 -08:00
Dillon Kearns
eb834baf41 Bump node version. 2023-01-30 21:08:44 -08:00
Dillon Kearns
1136aa11e6 Skip GraphQL Generate step in build. 2023-01-30 21:04:10 -08:00
Dillon Kearns
39123b0fc0 Set esbuild option for netlify functions. 2023-01-30 21:03:03 -08:00
Dillon Kearns
df73e7a082 Update adapter script in todos example. 2023-01-30 21:01:47 -08:00
Dillon Kearns
eabe849240 Revert module type in package for now. 2023-01-30 20:59:04 -08:00
Dillon Kearns
da4205284d Remove unused. 2023-01-30 20:46:46 -08:00
Dillon Kearns
78272efaae Add missing sessionId check. 2023-01-30 20:46:43 -08:00
Dillon Kearns
a69c286011 Use package type module. 2023-01-30 20:37:56 -08:00
Dillon Kearns
92da4b3f7a Remove some obsolete hasura references. 2023-01-30 20:37:49 -08:00
Dillon Kearns
10d77f357e Migrate remaining helpers to prisma. 2023-01-30 20:33:43 -08:00
Dillon Kearns
114043eaee Migrate some code from todo example to prisma. 2023-01-30 14:21:06 -08:00
Dillon Kearns
e6c372b14b Update example. 2023-01-30 13:13:21 -08:00
Dillon Kearns
c0566471e9 3.0.0-beta.20 2023-01-29 16:55:20 -08:00
Dillon Kearns
60c5e93a14 Bump Elm package. 2023-01-29 16:54:12 -08:00
Dillon Kearns
e1f8f958ae Expose Random.int32. 2023-01-29 16:52:43 -08:00
Dillon Kearns
75be4e121f Update random API and docs. 2023-01-29 16:52:03 -08:00
Dillon Kearns
f30fded37e Fix vite warning. 2023-01-29 16:43:55 -08:00
Dillon Kearns
6e9d970d48
Merge pull request #9 from dillonkearns/adapter-mjs
Try prisma in Netlify.
2023-01-29 16:43:29 -08:00
Dillon Kearns
01616dc4d5 Update options for new esbuild version. 2023-01-29 16:35:19 -08:00
Dillon Kearns
ce6eb1676b Merge branch 'master' into adapter-mjs 2023-01-29 11:07:29 -08:00
Dillon Kearns
7796ce47da Review errors. 2023-01-29 11:07:20 -08:00
Dillon Kearns
03273cb2a1 Show error for missing custom backend file. 2023-01-29 11:05:58 -08:00
Dillon Kearns
b0d188e00c Update to use new esbuild watch API. 2023-01-29 10:43:10 -08:00
Dillon Kearns
faf2f4b5f7 Print error. 2023-01-29 10:35:53 -08:00
Dillon Kearns
c2f7e54440 Use node import prefix in file. 2023-01-29 08:49:21 -08:00
Dillon Kearns
75ed9c50e7 Use node prefix for node core imports. 2023-01-29 08:37:50 -08:00
Dillon Kearns
70816b8877 Remove redundant switch return. 2023-01-29 08:36:38 -08:00
Dillon Kearns
9251a8201d Fix issue with globby import. 2023-01-29 08:36:21 -08:00
Dillon Kearns
ffdd9db19c Add bundle-script command. 2023-01-29 08:35:46 -08:00
Dillon Kearns
482096df96 Bump esbuild. 2023-01-28 19:09:26 -08:00
Dillon Kearns
a15ce31e0e Remove tsconfig options relating to output format. 2023-01-28 17:57:43 -08:00
Dillon Kearns
948efdcc23 Remove unused value. 2023-01-28 17:57:27 -08:00